corrected passing of ref-variable to workflow

This commit is contained in:
Michael Kaufmann
2023-11-11 22:02:11 +01:00
committed by GitHub
parent 5e8763e160
commit 539ea7c8fc

View File

@@ -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}}