Skip to content

Commit cf92746

Browse files
committed
add debugging
1 parent 7edf683 commit cf92746

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Update-Commit-Hash.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ jobs:
1818
- id: validate_manifest
1919
run: |
2020
version=$(git log -1 --format='%H')
21+
jq '.version' manifest.json
2122
jq --arg v "${version}" '.version = $v' manifest.json > tempManifest.json
2223
mv tempManifest.json manifest.json
24+
jq '.version' manifest.json
25+
git diff manifest.json
2326
- uses: actions/checkout@v3
2427
- name: Update file with merge commit hash
2528
run: |

0 commit comments

Comments
 (0)