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 8a97876 commit b969fb6Copy full SHA for b969fb6
.github/workflows/coding-standards.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: "Run PHP_CodeSniffer"
64
run: "vendor/bin/phpcs -q --no-colors --report=checkstyle | cs2pr"
65
66
- - name: "Commit the changes"
67
- uses: stefanzweifel/git-auto-commit-action@v5
+ - name: Commit CS fixes
+ uses: mongodb-labs/drivers-github-tools/git-sign@v2
68
with:
69
- commit_message: "apply phpcbf formatting"
+ command: "[[ -n $(git status -s) ]] && git commit -a -m \"Apply CS fixes\" -s --gpg-sign=${{ env.GPG_KEY_ID }} && git push origin"
0 commit comments