mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +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
|
set -e
|
||||||
|
|
||||||
|
if [ $ACTIONS_RUNNER_DEBUG == "true" ]; then
|
||||||
|
set -x
|
||||||
|
fi
|
||||||
|
|
||||||
source ./utils.sh
|
source ./utils.sh
|
||||||
|
|
||||||
function build() {
|
function build() {
|
||||||
|
|
Loading…
Reference in a new issue