From 3cb316c9f26974054355327fcd6ee91de89f3083 Mon Sep 17 00:00:00 2001 From: Codinget Date: Fri, 22 May 2026 22:58:48 +0000 Subject: [PATCH] ci: wrong id? --- .gitea/workflows/test-dispatch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test-dispatch.yaml b/.gitea/workflows/test-dispatch.yaml index 93c407e..6ad6fea 100644 --- a/.gitea/workflows/test-dispatch.yaml +++ b/.gitea/workflows/test-dispatch.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - run: |- - curl -s "$GITHUB_API_URL/repos/codinget/actions-test/actions/workflows/test-inputs/dispatches" \ + curl -s "$GITHUB_API_URL/repos/codinget/actions-test/actions/workflows/test-inputs.yaml/dispatches" \ -X POST \ -H "Authorization: token $ACTIONS_RUNTIME_TOKEN" \ -H "Content-Type: application/json" \