feat(action): enable verbose mode for script execution
- Adds an environment variable to enable verbose output - Aims to improve debugging and visibility during script runs
This commit is contained in:
@@ -52,6 +52,7 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
TAG_NAME=${{ inputs.tag_name }}
|
||||
export VERBOSE="true"
|
||||
export TAG="$TAG_NAME"
|
||||
export WORKDIR="$GT_RSA_RELEASE_DIR"
|
||||
export GITHUB_OWNER="${{ inputs.github_owner }}"
|
||||
|
Reference in New Issue
Block a user