Skip to content

Commit 29d1b24

Browse files
authored
Update yaml2json.yml
1 parent 2337659 commit 29d1b24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/yaml2json.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
rm -rf vendor/ composer.*
4545
4646
- name: git diff
47-
run: git diff
47+
run: |
48+
git add *.json
49+
git diff --staged
4850
4951
- name: Create Pull Request
5052
uses: peter-evans/create-pull-request@v1

0 commit comments

Comments
 (0)