Skip to content

Commit 426a281

Browse files
committed
Fix typos
1 parent 61b7e9a commit 426a281

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ jobs:
7272
fi
7373
done <<< "${{ steps.meta.outputs.tags }}"
7474
75-
echo "version = ${{ github.events.inputs.version}}"
75+
echo "version = ${{ github.event.inputs.version }}"
7676
77-
if [ -z "${{ github.events.inputs.version }}"]; then
78-
TRAVIS_TAG={{ github.events.inputs.version }}
77+
if [[ ! -z "${{ github.events.input.version }}" ]]; then
78+
TRAVIS_TAG=${{ github.event.inputs.version }}
7979
else
8080
TRAVIS_TAG=$(echo $GITHUB_REF | awk -F '/' '{ print $3}')
8181
fi

0 commit comments

Comments
 (0)