Skip to content

Commit

Permalink
corrected passing of ref-variable to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
d00p authored Nov 11, 2023
1 parent 5e8763e commit 539ea7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit 539ea7c

Please sign in to comment.