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.
1 parent 35d4100 commit 127316bCopy full SHA for 127316b
.github/workflows/nightly-cleanup.yml
@@ -57,7 +57,7 @@ jobs:
57
echo "No matching CI clusters found."
58
else
59
echo "Found clusters: $CI_CLUSTERS"
60
- echo "ci_clusters=${CI_CLUSTERS}" >> $GITHUB_ENV
+ echo "ci_clusters=$CI_CLUSTERS" >> $GITHUB_ENV
61
fi
62
shell: bash
63
0 commit comments