diff --git a/.gitea/workflows/gitainer-deploy.yaml b/.gitea/workflows/gitainer-deploy.yaml index dd5d13c..8e2a985 100644 --- a/.gitea/workflows/gitainer-deploy.yaml +++ b/.gitea/workflows/gitainer-deploy.yaml @@ -6,10 +6,12 @@ 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 + run: curl --request POST http://192.168.1.150:9080/api/stacks/${{ inputs.stack_name }}?pretty ${{ inputs.args }} diff --git a/.gitea/workflows/reload-act-runner.yaml b/.gitea/workflows/reload-act-runner.yaml index 14c2efd..9f2c39c 100644 --- a/.gitea/workflows/reload-act-runner.yaml +++ b/.gitea/workflows/reload-act-runner.yaml @@ -6,9 +6,8 @@ on: jobs: deploy-gitainer: - continue-on-error: true - timeout-minutes: 1 uses: martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main with: stack_name: gitea_act_runner + args: & \ No newline at end of file