Skip to content

Commit

Permalink
fix debug (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycodes authored Jul 15, 2024
1 parent 51142f3 commit 1d1a8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/main.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

if [[ -z $ACTIONS_RUNNER_DEBUG ]]; then
if [ "${ACTIONS_RUNNER_DEBUG}" = "true" ]; then
set -x
fi
set -e
Expand Down

0 comments on commit 1d1a8a8

Please sign in to comment.