Skip to content

Commit b84d255

Browse files
committed
fix: JSON formatting for TAGS variable
1 parent e8f918a commit b84d255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-backward-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Prepare test lab tags
5252
id: tags-test-lab
5353
run: |
54-
TAGS=$(cat ./mithril-binaries/tags.json)
54+
TAGS=$(jq -c '.' ./mithril-binaries/tags.json)
5555
echo "Test Lab Tags: $TAGS"
5656
echo "tags=$TAGS" >> $GITHUB_OUTPUT
5757

0 commit comments

Comments
 (0)