Skip to content

Commit c232aef

Browse files
committed
Still with the typos
1 parent fd6fc1c commit c232aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
echo "version = ${{ github.event.inputs.version }}"
7676
77-
if [[ ! -z "${{ github.event.input.version }}" ]]; then
77+
if [[ ! -z "${{ github.event.inputs.version }}" ]]; then
7878
TRAVIS_TAG=${{ github.event.inputs.version }}
7979
else
8080
TRAVIS_TAG=$(echo $GITHUB_REF | awk -F '/' '{ print $3}')

0 commit comments

Comments
 (0)