Skip to content

Commit ad261a2

Browse files
Make sure up-to-date branch reference is used for autofix-commit-action
1 parent 9aed98a commit ad261a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-autofix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
run: yarn build
4343
if: steps.paths_src_.outputs.changed == 'true'
4444

45-
- uses: Khan/autofix-commit-action@master
45+
- uses: Khan/autofix-commit-action@main
4646
env:
4747
GITHUB_TOKEN: '${{ secrets.KHAN_ACTIONS_BOT_TOKEN }}'

0 commit comments

Comments
 (0)