This commit is contained in:
@@ -12,10 +12,13 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Debug Modal Credentials
|
- name: Debug Modal Credentials
|
||||||
|
run: |
|
||||||
run: |
|
run: |
|
||||||
echo "DEBUG: Token ID is: '${MODAL_TOKEN_ID}'"
|
echo "DEBUG: Token ID is: '${MODAL_TOKEN_ID}'"
|
||||||
echo "DEBUG: Token ID length is: ${#MODAL_TOKEN_ID}"
|
echo "DEBUG: Token ID length is: ${#MODAL_TOKEN_ID}"
|
||||||
echo "DEBUG: First 5 chars are: ${MODAL_TOKEN_ID:0:5}"
|
# Use 'cut' to get the first 5 characters safely
|
||||||
|
FIRST_5=$(echo "$MODAL_TOKEN_ID" | cut -c1-5)
|
||||||
|
echo "DEBUG: First 5 chars are: '$FIRST_5'"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# This maps the Gitea Repository Secret to an Environment Variable
|
# This maps the Gitea Repository Secret to an Environment Variable
|
||||||
|
|||||||
Reference in New Issue
Block a user