From 960e51bed7d28ec7eca072524f34bf7308e4bd45 Mon Sep 17 00:00:00 2001 From: Codinget Date: Fri, 22 May 2026 22:57:17 +0000 Subject: [PATCH] ci: fix syntax again --- .gitea/workflows/test-dispatch.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/test-dispatch.yaml b/.gitea/workflows/test-dispatch.yaml index 020e59e..93c407e 100644 --- a/.gitea/workflows/test-dispatch.yaml +++ b/.gitea/workflows/test-dispatch.yaml @@ -12,10 +12,11 @@ jobs: runs-on: ubuntu-latest steps: - run: |- - curl -s "$GITHUB_API_URL/repos/codinget/actions-test/actions/workflows/test-inputs/dispatches" - -X POST - -H "Authorization: token $ACTIONS_RUNTIME_TOKEN" - -H "Content-Type: application/json" -d '{ + curl -s "$GITHUB_API_URL/repos/codinget/actions-test/actions/workflows/test-inputs/dispatches" \ + -X POST \ + -H "Authorization: token $ACTIONS_RUNTIME_TOKEN" \ + -H "Content-Type: application/json" \ + -d '{ "ref": "refs/heads/main", "inputs": { "restart": ${{ inputs.restart }}