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 77d86fd commit 2a3cd42Copy full SHA for 2a3cd42
.github/workflows/comment-command.yml
@@ -43,10 +43,8 @@ jobs:
43
run: wpiformat
44
- name: Commit
45
run: |
46
- # Set credentials
47
git config user.name "github-actions[bot]"
48
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
49
- # Commit
50
if git diff --cached --exit-code; then
51
git commit -am "/format"
52
git push
@@ -57,4 +55,4 @@ jobs:
57
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
56
with:
59
workflows: "ci.yml, format.yml" # Replace with the actual workflow names (if different)
60
- branches: [ ${{ github.ref }} ]
+ branches: "${{ github.ref }}"
0 commit comments