mirror of
https://gitcode.com/gh_mirrors/gh/gh-action-pypi-publish.git
synced 2026-07-02 10:25:13 +00:00
Add support for verbose bash execusion w/ $DEBUG
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
#! /bin/bash
|
||||
|
||||
if [[ -n "${DEBUG}" ]]
|
||||
then
|
||||
set -x
|
||||
fi
|
||||
|
||||
set -Eeuo pipefail
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user