Skip to content

Commit 2a3cd42

Browse files
comment command
1 parent 77d86fd commit 2a3cd42

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/comment-command.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,8 @@ jobs:
4343
run: wpiformat
4444
- name: Commit
4545
run: |
46-
# Set credentials
4746
git config user.name "github-actions[bot]"
4847
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
49-
# Commit
5048
if git diff --cached --exit-code; then
5149
git commit -am "/format"
5250
git push
@@ -57,4 +55,4 @@ jobs:
5755
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5856
with:
5957
workflows: "ci.yml, format.yml" # Replace with the actual workflow names (if different)
60-
branches: [ ${{ github.ref }} ]
58+
branches: "${{ github.ref }}"

0 commit comments

Comments
 (0)