Skip to content

Commit

Permalink
no eval
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Sep 18, 2024
1 parent 3579293 commit 6e7be07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test-ruby/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
run: |
echo "$ADDITIONAL_SETUP" | jq -r '.[]' | while read -r command; do
echo "Executing additional setup command: $command"
eval "$command"
$command
done
# - name: Additional Setup
Expand Down

0 comments on commit 6e7be07

Please sign in to comment.