Skip to content

Commit

Permalink
one more time without eval
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Sep 19, 2024
1 parent 7c288d2 commit f64d762
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
- uses: actions/cache@v4
Expand Down

0 comments on commit f64d762

Please sign in to comment.