Skip to content

Commit

Permalink
remove test statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuls2997 committed Oct 28, 2024
1 parent e06f2aa commit 03e3359
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/mend_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- name: "check requirements"
run: |
declare -a MISSING
echo "REQUIRE2"
for V in ${REQUIRE_SECRETS} ; do
[[ -z "${!V}" ]] && MISSING+=($V)
done
Expand Down

0 comments on commit 03e3359

Please sign in to comment.