File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,13 @@ jobs:
1717 steps :
1818 - name : Checkout repository
1919 uses : actions/checkout@v4
20+ with :
21+ ref : ${{ github.head_ref }}
2022
2123 - name : Run php-cs-fixer
2224 uses : docker://oskarstark/php-cs-fixer-ga
2325
2426 - name : Apply php-cs-fixer changes
25- uses : stefanzweifel/git-auto-commit-action@v5
27+ uses : stefanzweifel/git-auto-commit-action@v6
2628 with :
2729 commit_message : Apply php-cs-fixer changes
Original file line number Diff line number Diff line change 3737 sed -i "s/CLIENT_VERSION = 'v.*';/CLIENT_VERSION = '${{ needs.update-release-draft.outputs.draft-version }}';/g" src/Powerdns.php
3838
3939 - name : Apply version changes
40- uses : stefanzweifel/git-auto-commit-action@v5
40+ uses : stefanzweifel/git-auto-commit-action@v6
4141 with :
4242 commit_message : Auto update drafter version in CLIENT_VERSION
You can’t perform that action at this time.
0 commit comments