ci: add debug output for .env content to troubleshoot multiline variable
Deploy PR-Helper / deploy (push) Successful in 25s
Deploy PR-Helper / deploy (push) Successful in 25s
This commit is contained in:
@@ -23,7 +23,11 @@ jobs:
|
|||||||
- name: Write .env
|
- name: Write .env
|
||||||
env:
|
env:
|
||||||
DEPLOY_ENV: ${{ variables.DEPLOY_ENV }}
|
DEPLOY_ENV: ${{ variables.DEPLOY_ENV }}
|
||||||
run: echo "$DEPLOY_ENV" > .env
|
run: |
|
||||||
|
echo "$DEPLOY_ENV" > .env
|
||||||
|
echo "--- .env content ---"
|
||||||
|
cat .env
|
||||||
|
echo "--- end ---"
|
||||||
|
|
||||||
- name: Build & Deploy
|
- name: Build & Deploy
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user