diff --git a/action.yml b/action.yml index ce637f07..bb6e7106 100644 --- a/action.yml +++ b/action.yml @@ -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