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 8b6bf97 commit 35d4100Copy full SHA for 35d4100
.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