From 071cbe8ce59387757f3394b099e954d3d9a11d0b Mon Sep 17 00:00:00 2001 From: DevOps Date: Sun, 21 Jun 2026 21:36:29 +0200 Subject: [PATCH] test: checkout only --- .gitea/workflows/deploy-test4.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitea/workflows/deploy-test4.yaml diff --git a/.gitea/workflows/deploy-test4.yaml b/.gitea/workflows/deploy-test4.yaml new file mode 100644 index 0000000..b5618b3 --- /dev/null +++ b/.gitea/workflows/deploy-test4.yaml @@ -0,0 +1,18 @@ +name: Deploy Test4 +run-name: Deploy Test4 + +on: + workflow_dispatch: + +jobs: + test: + runs-on: ubuntu-latest + env: + ENV_TMPFILE: /tmp/nexus-deploy-env + ENV_POSTGRES_PASSWORD: ${{ secrets.ENV_POSTGRES_PASSWORD }} + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + ref: main + - run: echo "OK"