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 0452400 commit 2a2dd60Copy full SHA for 2a2dd60
.github/workflows/mend_ruby.yml
@@ -30,7 +30,6 @@ jobs:
30
- name: "check requirements"
31
run: |
32
declare -a MISSING
33
- echo "REQUIRE2"
34
for V in ${REQUIRE_SECRETS} ; do
35
[[ -z "${!V}" ]] && MISSING+=($V)
36
done
0 commit comments