We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02ce6c commit c18e71fCopy full SHA for c18e71f
.github/workflows/ci.yaml
@@ -22,6 +22,6 @@ jobs:
22
uses: docker://oskarstark/php-cs-fixer-ga
23
24
- name: Apply php-cs-fixer changes
25
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
26
with:
27
commit_message: Apply php-cs-fixer changes
.github/workflows/draft-release.yaml
@@ -37,6 +37,6 @@ jobs:
37
sed -i "s/CLIENT_VERSION = 'v.*';/CLIENT_VERSION = '${{ needs.update-release-draft.outputs.draft-version }}';/g" src/Powerdns.php
38
39
- name: Apply version changes
40
41
42
commit_message: Auto update drafter version in CLIENT_VERSION
0 commit comments