Skip to content

Commit

Permalink
Update stefanzweifel/git-auto-commit-action action to v5 (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 3, 2024
1 parent 4dd74f9 commit 5916a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-typescript-app-check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
# If contents of the dist directory were different than expected, commit the changes and push them to the repo
- name: Commit and Push Changes
if: ${{steps.diff.outputs.has-diff == 'true'}}
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: ${{inputs.commit-message}}
file_pattern: ${{inputs.dist-path}}

0 comments on commit 5916a5d

Please sign in to comment.