input context fixed

This commit is contained in:
Yakov Olkhovskiy 2022-08-18 16:36:16 -04:00 committed by GitHub
parent 9dca2c3e01
commit 75283ea354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ jobs:
- name: Set test tag
if: github.event_name == 'workflow_dispatch'
run: |
echo "GITHUB_TAG=${{ inputs.tag }}" >> "$GITHUB_ENV"
echo "GITHUB_TAG=${{ github.event.inputs.tag }}" >> "$GITHUB_ENV"
- name: Get tag name
if: github.event_name != 'workflow_dispatch'
run: |