Skip to content

Commit

Permalink
debug args
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Mar 1, 2024
1 parent aa3a746 commit 0f10426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ runs:
if [ -n "${{ inputs.test }}" ]; then
ARGS="$ARGS --test ${{ inputs.test }}"
fi
echo $ARGS
python run.py $ARGS 2>&1 | tee summary
shell: bash

Expand Down

0 comments on commit 0f10426

Please sign in to comment.