From b1dcf512181b15f2a319a67a095d59c776906bbc Mon Sep 17 00:00:00 2001 From: DevOps Date: Sun, 21 Jun 2026 21:37:02 +0200 Subject: [PATCH] test: heredoc --- .gitea/workflows/deploy-test6.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitea/workflows/deploy-test6.yaml diff --git a/.gitea/workflows/deploy-test6.yaml b/.gitea/workflows/deploy-test6.yaml new file mode 100644 index 0000000..a75bd7d --- /dev/null +++ b/.gitea/workflows/deploy-test6.yaml @@ -0,0 +1,28 @@ +name: Deploy Test6 +run-name: Deploy Test6 + +on: + workflow_dispatch: + +jobs: + test: + runs-on: ubuntu-latest + env: + ENV_TMPFILE: /tmp/nexus-deploy-env + DEPLOY_PATH: /home/test + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + ref: main + - name: Test heredoc + run: | + HOST_OWNER_PASSWORD="testpass" + cat > "${ENV_TMPFILE}" <