Skip to content

Commit 03e3359

Browse files
committed
remove test statement
1 parent e06f2aa commit 03e3359

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/mend_ruby.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
- name: "check requirements"
3131
run: |
3232
declare -a MISSING
33-
echo "REQUIRE2"
3433
for V in ${REQUIRE_SECRETS} ; do
3534
[[ -z "${!V}" ]] && MISSING+=($V)
3635
done

0 commit comments

Comments
 (0)