Skip to content

Commit

Permalink
scripts/pkg set -x if Actions Debug is on
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondburned committed Nov 15, 2023
1 parent 11c8b5b commit b033a8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/pkg
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env bash
set -e

[[ "$RUNNER_DEBUG" == 1 ]] && set -x

main() {
case "$1" in
"list")
Expand Down

0 comments on commit b033a8d

Please sign in to comment.