Skip to content

Commit

Permalink
Merge pull request #169 from appunite/dependabot/github_actions/stefa…
Browse files Browse the repository at this point in the history
…nzweifel/git-auto-commit-action-5

chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5
  • Loading branch information
nowakweronika authored Nov 15, 2023
2 parents bcf7267 + ea7aaaa commit dffc6ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-code-quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: sudo chown -Rc $UID .git/
- name: Commit and push applied linter fixes
if: steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'commit' && github.ref != 'refs/heads/main' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) && !contains(github.event.head_commit.message, 'skip fix')
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
commit_message: "[MegaLinter] Apply linters fixes"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-snapshot-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: ./gradlew components:recordPaparazziDebug

- name: Commit and push recorded screenshots
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
commit_message: "[Paparazzi] Record new snapshots"
Expand Down

0 comments on commit dffc6ff

Please sign in to comment.