Skip to content

Commit

Permalink
chore(deps): update stefanzweifel/git-auto-commit-action action to v5 (
Browse files Browse the repository at this point in the history
…#695)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Kane <[email protected]>
  • Loading branch information
renovate[bot] and ascorbic authored Sep 19, 2024
1 parent 32ec964 commit 182b6a1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ jobs:
runs-on: ubuntu-latest
name: Format Files
steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: actions/checkout@v4
with:
token: ${{ steps.app-token.outputs.token }}
- uses: pnpm/action-setup@v4
- name: Setup Node
uses: actions/setup-node@v4
Expand All @@ -33,7 +40,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
with:
commit_message: "chore: format"

0 comments on commit 182b6a1

Please sign in to comment.