Skip to content

Commit

Permalink
ci: fix input for workflow dispatch
Browse files Browse the repository at this point in the history
mcanouil authored Jan 1, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 060cffe commit 6dd28d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quarto-render.yml
Original file line number Diff line number Diff line change
@@ -49,9 +49,9 @@ jobs:
id: quarto-version
run: |
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
echo "version=pre-release" >> $GITHUB_OUTPUT
else
echo "version=${{ github.event.inputs.version }}" >> $GITHUB_OUTPUT
else
echo "version=pre-release" >> $GITHUB_OUTPUT
fi
- name: Set up Quarto

0 comments on commit 6dd28d7

Please sign in to comment.