Skip to content

Commit

Permalink
Update update-wpt.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Skokan <panva.ip@gmail.com>
  • Loading branch information
mertcanaltin and panva authored Sep 21, 2024
1 parent 16159c7 commit 9ed9897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-wpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Calculate new version for WPT using jq
run: |
new_version=$(jq -r '.${{ matrix.subsystem }}.commit' test/fixtures/wpt/versions.json)
new_version=$(jq -r '.["${{ matrix.subsystem }}"].commit' test/fixtures/wpt/versions.json)
echo "new_version=$new_version" >> $GITHUB_ENV
- name: Compare versions
Expand Down

0 comments on commit 9ed9897

Please sign in to comment.