Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
marco76tv committed Jul 2, 2024
1 parent 5bfa506 commit e9b7830
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/duster-fix-blame.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
args: fix

- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@latest
id: auto_commit_action
with:
commit_message: Dusting
Expand All @@ -36,7 +36,7 @@ jobs:
if: steps.auto_commit_action.outputs.changes_detected == 'true'
run: echo ${{ steps.auto_commit_action.outputs.commit_hash }} >> .git-blame-ignore-revs

- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@latest
with:
commit_message: Ignore Dusting commit in git blame
commit_user_name: GitHub Action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpinsights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- run: composer require nunomaduro/phpinsights --dev
- run: cp vendor/nunomaduro/phpinsights/stubs/laravel.php phpinsights.php
- run: vendor/bin/phpinsights -n --ansi --format=github-action --fix
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@latest
with:
commit_message: phpinsights
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- run: ./vendor/bin/psalm --init
- run: ./vendor/bin/psalm-plugin enable psalm/plugin-laravel
- run: ./vendor/bin/psalm --alter --issues=all --dry-run
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@latest
with:
commit_message: psalm
2 changes: 1 addition & 1 deletion .github/workflows/rector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- run: composer require symplify/phpstan-rules --dev -W
- run: composer require rector/rector --dev -W
- run: ./vendor/bin/rector process
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@latest
with:
commit_message: rector
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
release-notes: ${{ github.event.release.body }}

- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@latest
with:
branch: main
commit_message: Update CHANGELOG
Expand Down

0 comments on commit e9b7830

Please sign in to comment.