mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
feat: debug mode for github actions
This commit is contained in:
parent
6ccb944834
commit
f24a1d9946
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
set -e
|
||||
|
||||
if [ $ACTIONS_RUNNER_DEBUG == "true" ]; then
|
||||
set -x
|
||||
fi
|
||||
|
||||
source ./utils.sh
|
||||
|
||||
function build() {
|
||||
|
|
Loading…
Reference in a new issue