From 2064551690210bef1a2fa103ee717edb80dde2e1 Mon Sep 17 00:00:00 2001 From: Martin Dimitrov Date: Fri, 13 Dec 2024 20:23:28 -0800 Subject: [PATCH] background the job --- .gitea/workflows/gitainer-deploy.yaml | 4 +--- .gitea/workflows/reload-act-runner.yaml | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/gitainer-deploy.yaml b/.gitea/workflows/gitainer-deploy.yaml index 8e2a985..0579a11 100644 --- a/.gitea/workflows/gitainer-deploy.yaml +++ b/.gitea/workflows/gitainer-deploy.yaml @@ -6,12 +6,10 @@ on: stack_name: required: true type: string - args: - type: string jobs: deploy-gitainer: runs-on: ubuntu-22.04 steps: - name: Call Gitainer stack webhooks - run: curl --request POST http://192.168.1.150:9080/api/stacks/${{ inputs.stack_name }}?pretty ${{ inputs.args }} + run: curl --request POST http://192.168.1.150:9080/api/stacks/${{ inputs.stack_name }}?pretty & diff --git a/.gitea/workflows/reload-act-runner.yaml b/.gitea/workflows/reload-act-runner.yaml index 9f2c39c..5f31f35 100644 --- a/.gitea/workflows/reload-act-runner.yaml +++ b/.gitea/workflows/reload-act-runner.yaml @@ -9,5 +9,4 @@ jobs: uses: martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main with: stack_name: gitea_act_runner - args: & \ No newline at end of file