Skip to content

Commit

Permalink
fix debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycodes committed Jul 15, 2024
1 parent 51142f3 commit 91b92a4
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 91b92a4

Please sign in to comment.