Skip to content

Commit a24142a

Browse files
authored
Merge pull request #4 from jagdish-15/add-sync-workflow
Removing line causing error
2 parents 0cf40a5 + ab56210 commit a24142a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/configlet-sync.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
3939
- name: Create issue if tests are not synced
4040
if: ${{ !contains(steps.sync_test.outputs.output, 'Every exercise has up-to-date tests!') }}
41-
uses: peter-evans/create-issue@v5
41+
uses: peter-evans/create-issue-from-file@v4
4242
with:
4343
token: ${{ secrets.GITHUB_TOKEN }}
44-
title: "🚨 configlet sync --tests found unsynced tests"
45-
body: ${{ steps.sync_test.outputs.output }}
46-
update-existing: true
44+
title: "🚨 configlet sync --test found unsynced tests"
45+
content-filepath: .github/auto-sync/sync-test-output.txt
46+

0 commit comments

Comments
 (0)