Skip to content

Commit

Permalink
Pin action-github-commit (#4175)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre authored May 15, 2023
1 parent fe11e57 commit bef0037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# If working tree is dirty, commit and update if we have a token
- name: Apply any pre-commit fixed files
if: steps.token.outcome == 'success' && github.ref != 'refs/heads/master' && always()
uses: getsentry/action-github-commit@main
uses: getsentry/action-github-commit@v1.0.0
with:
github-token: ${{ steps.token.outputs.token }}

Expand Down

0 comments on commit bef0037

Please sign in to comment.