We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TAGS
1 parent e8f918a commit b84d255Copy full SHA for b84d255
.github/workflows/nightly-backward-compatibility.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Prepare test lab tags
52
id: tags-test-lab
53
run: |
54
- TAGS=$(cat ./mithril-binaries/tags.json)
+ TAGS=$(jq -c '.' ./mithril-binaries/tags.json)
55
echo "Test Lab Tags: $TAGS"
56
echo "tags=$TAGS" >> $GITHUB_OUTPUT
57
0 commit comments