Skip to content

Commit

Permalink
debug: dump GitHub variables
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Sep 6, 2024
1 parent 6300ab3 commit a7a6ed0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container/cmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ is_true() {
}

if is_true "$INPUT_DEBUG" || is_true "$RUNNER_DEBUG"; then
( echo "== GitHub ENV VARS ==" ; env | grep ^GITHUB ) >&2
set -x
fi

Expand Down

0 comments on commit a7a6ed0

Please sign in to comment.