Skip to content

Commit 51eb088

Browse files
authored
ci: repin fast-forward so the bot replies in English (#250)
The workflow replied in Chinese on #243. Upstream now emits English for everything a human sees; this picks that up.
1 parent 1a853a4 commit 51eb088

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fast-forward.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
contains(github.event.comment.body, '/fast-forward')
3030
# Pin to a 40-char commit SHA: whoever can change that repo can effectively
3131
# push straight to this repository's default branch.
32-
uses: arcboxlabs/actions/.github/workflows/fast-forward.yml@086869fedf5c303a86521ac17d5fa34ec8e5d408 # ff-v1
32+
uses: arcboxlabs/actions/.github/workflows/fast-forward.yml@d4cfe773a715f7d9c6b383269332bf90952f6971 # ff-v1
3333
secrets:
3434
app_id: ${{ secrets.BOT_APP_ID }}
3535
app_private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)