We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1002e commit cf08c61Copy full SHA for cf08c61
1 file changed
.github/workflows/test.yml
@@ -31,6 +31,8 @@ jobs:
31
32
node /tmp/index.js | grep -v add-matcher
33
34
+ if [ "$GITHUB_TOKEN" ]; then echo TEST; fi
35
+
36
if ver=$(cat ".github/scripts/secrets_version"); then
37
echo "SECRETS_VERSION=$ver" >> "$GITHUB_ENV"
38
fi
0 commit comments