From 539ea7c8fc4e6da5332687c9703b6b1c0dd58bd9 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Sat, 11 Nov 2023 22:02:11 +0100 Subject: [PATCH] corrected passing of ref-variable to workflow --- .github/workflows/build-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 2c86e0e5..c160413e 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -11,4 +11,4 @@ jobs: - env: GITHUB_TOKEN: ${{ secrets.ORG_GITHUB_TOKEN }} run: | - gh workflow run --repo Froxlor/Documentation build-and-deploy.yml -f type=tags ref=${{github.event.release.tag_name}} + gh workflow run --repo Froxlor/Documentation build-and-deploy.yml -f type=tags -f ref=${{github.ref_name}}