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