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 e06f2aa commit 03e3359Copy full SHA for 03e3359
.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