From a314036077dc5916c3f9322d923333235ad5ad82 Mon Sep 17 00:00:00 2001 From: Codinget Date: Fri, 22 May 2026 22:56:25 +0000 Subject: [PATCH] ci: fix dispatch yaml syntax --- .gitea/workflows/test-dispatch.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test-dispatch.yaml b/.gitea/workflows/test-dispatch.yaml index ba15fcc..020e59e 100644 --- a/.gitea/workflows/test-dispatch.yaml +++ b/.gitea/workflows/test-dispatch.yaml @@ -11,8 +11,8 @@ jobs: test: runs-on: ubuntu-latest steps: - - run: >- - curl "$GITHUB_API_URL/repos/codinget/actions-test/actions/workflows/test-inputs/dispatches" + - 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 '{