Skip to content

Commit

Permalink
Remove diagnostic code
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jul 23, 2022
1 parent a924436 commit 6d17ce6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ 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"
shell: bash
Expand Down

0 comments on commit 6d17ce6

Please sign in to comment.