Skip to content

Commit

Permalink
Make sure up-to-date branch reference is used for autofix-commit-action
Browse files Browse the repository at this point in the history
  • Loading branch information
somewhatabstract committed Apr 5, 2024
1 parent 9aed98a commit ad261a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
run: yarn build
if: steps.paths_src_.outputs.changed == 'true'

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

0 comments on commit ad261a2

Please sign in to comment.