Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Mar 29, 2022
1 parent e3de952 commit c4fa350
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/versions/action.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Determine API Server versions'
description: 'Determine API Server versions'
inputs:
long-vesion:
long-version:
description: 'Long version number'
required: true
default: ''
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
id: versions
uses: ./.github/actions/versions
with:
long-vesion: ${{ steps.filenames.outputs.longversion }}
long-version: ${{ steps.filenames.outputs.longversion }}
beta-branch: master

- name: Upload app
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
id: versions
uses: ./.github/actions/versions
with:
long-vesion: ${{ steps.filenames.outputs.longversion }}
long-version: ${{ steps.filenames.outputs.longversion }}
beta-branch: master

- name: Upload app
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
id: versions
uses: ./.github/actions/versions
with:
long-vesion: ${{ steps.filenames.outputs.longversion }}
long-version: ${{ steps.filenames.outputs.longversion }}
beta-branch: master

- name: Upload app
Expand Down

0 comments on commit c4fa350

Please sign in to comment.