From 9ed98978b31a051951480e358b4c0c76e6040b2d Mon Sep 17 00:00:00 2001 From: Mert Can Altin Date: Sat, 21 Sep 2024 16:11:57 +0300 Subject: [PATCH] Update update-wpt.yml Co-authored-by: Filip Skokan --- .github/workflows/update-wpt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-wpt.yml b/.github/workflows/update-wpt.yml index 8c332f39b05b5f..3e70713a601f89 100644 --- a/.github/workflows/update-wpt.yml +++ b/.github/workflows/update-wpt.yml @@ -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