From e68780f5a39ab45eccf271867445e8c617b7b5bc Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Sun, 16 Jun 2024 08:40:01 +0800 Subject: [PATCH] fixup! Automatically trigger build of powa-archivist-git --- .github/workflows/powa_archivist_git.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/powa_archivist_git.yml b/.github/workflows/powa_archivist_git.yml index 4ae363e..1d293ad 100644 --- a/.github/workflows/powa_archivist_git.yml +++ b/.github/workflows/powa_archivist_git.yml @@ -25,5 +25,5 @@ jobs: -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer ${{ secret.DISPATCH_TOKEN }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ - https://api.github.com/repos/${org}/${repo}/dispatches \ - -d "{\"event_type\":\"${event_type}\"}" + https://api.github.com/repos/$org/$repo/dispatches \ + -d "{\"event_type\": \"$event_type\"}"