test: heredoc quoted
CI - Build & Test / Backend (.NET) (push) Has been cancelled
CI - Build & Test / Frontend (Vue/TS) (push) Has been cancelled
CI - Build & Test / Security Check (push) Has been cancelled

This commit is contained in:
2026-06-21 21:37:21 +02:00
parent b1dcf51218
commit 1f8b45a327
+25
View File
@@ -0,0 +1,25 @@
name: Deploy Test7
run-name: Deploy Test7
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
env:
ENV_TMPFILE: /tmp/nexus-deploy-env
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: main
- name: Test heredoc quoted
run: |
HOST_PW="testpass"
cat > "${ENV_TMPFILE}" << 'ENVEOF'
POSTGRES_DB=nexus
POSTGRES_PASSWORD=secret
OWNER_PASSWORD=nonexpand
ENVEOF
echo "OK"