diff --git a/.github/workflows/configlet-sync.yml b/.github/workflows/configlet-sync.yml index ce98d4a..70e1790 100644 --- a/.github/workflows/configlet-sync.yml +++ b/.github/workflows/configlet-sync.yml @@ -97,7 +97,7 @@ jobs: - name: Create or Update issue if tests are not synced if: ${{ steps.sync_test.outputs.exit_code != 0 }} - uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd + uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710 with: token: ${{ secrets.GITHUB_TOKEN }} title: "🚨 configlet sync --test found unsynced tests"