Skip to content

Commit

Permalink
use env var
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Sep 18, 2024
1 parent c80639e commit 17291aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/test-ruby/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ runs:
if: inputs.ADDITIONAL_SETUP != '[]'
shell: bash
env:
ADDITIONAL_COMMANDS: ${{ inputs.ADDITIONAL_COMMANDS }}
ADDITIONAL_SETUP: ${{ inputs.ADDITIONAL_SETUP }}
run: |
echo "$ADDITIONAL_COMMANDS" | jq -r '.[]' | while read -r command; do
echo "$ADDITIONAL_SETUP" | jq -r '.[]' | while read -r command; do
echo "Executing command: $command"
$command
done
Expand Down

0 comments on commit 17291aa

Please sign in to comment.