feat: debug mode for github actions

This commit is contained in:
Erica Marigold 2023-08-13 12:47:14 +05:30 committed by GitHub
parent 6ccb944834
commit f24a1d9946
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,10 @@
set -e
if [ $ACTIONS_RUNNER_DEBUG == "true" ]; then
set -x
fi
source ./utils.sh
function build() {