Skip to content

Commit

Permalink
Merge pull request #19 from braze-community/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/stefanzweifel/git-auto-commit-action-5

build(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5
  • Loading branch information
mergify[bot] authored Oct 9, 2023
2 parents f9aec37 + 8d96640 commit 3d23973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: composer build

- name: Git commit and push
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'feat(lib): generate code from braze-specification'
add_options: '-A'
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
run: php-cs-fixer fix .

- name: Git commit and push
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'style(php-cs-fixer): fix code style and lint'

0 comments on commit 3d23973

Please sign in to comment.