We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d350867 commit 922e731Copy full SHA for 922e731
.github/workflows/testing.yml
@@ -62,7 +62,7 @@ jobs:
62
echo "TAG=devel" >> $GITHUB_ENV
63
echo "DRAFT=false" >> $GITHUB_ENV
64
elif ${{ github.event_name == 'workflow_dispatch' }}; then
65
- echo "TAG=${{ github.event_name.inputs.tag }}" >> $GITHUB_ENV
+ echo "TAG=${{ github.event.inputs.tag }}" >> $GITHUB_ENV
66
echo "DRAFT=true" >> $GITHUB_ENV
67
fi
68
- name: checkout CCTools from tag
0 commit comments