Skip to content

Commit

Permalink
Inspect the working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jul 23, 2022
1 parent 12a68f1 commit a924436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ runs:
set -o errexit -o noclobber -o nounset -o pipefail
[[ -z "$(shopt globstar 2> /dev/null)" ]] && echo 'Shell does not support globstar' || shopt -s globstar
: "${SUMMARY_FILE:=$GITHUB_STEP_SUMMARY}"
pwd
echo ${{ inputs.path }} '->' "$SUMMARY_FILE"
gawk --file "$GITHUB_ACTION_PATH/summary.gawk" --sandbox -- ${{ inputs.path }} >> "$SUMMARY_FILE"
echo "::set-output name=summary-file::$SUMMARY_FILE"
Expand Down

0 comments on commit a924436

Please sign in to comment.