Skip to content

Commit fc0984e

Browse files
committed
Fix typo
Signed-off-by: Diogo Tridapalli <[email protected]>
1 parent 4dd0be8 commit fc0984e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
apple-id:
99
description: 'Apple ID of the app'
1010
required: true
11-
platform:
11+
platforms:
1212
description: 'Platforms to be checked, iOS and tvOS are supported'
1313
required: true
1414
slack-channel:
@@ -32,5 +32,5 @@ runs:
3232
repository: 'diogot/ReleaseCheck'
3333
fetch-depth: 2
3434
- name: 'Check Versions'
35-
run: cd recheck && swift run recheck -a ${{ inputs.apple-id }} -p ${{ inputs.platform }} -t ${{ inputs.slack-bot-token }} -c ${{ inputs.slack-channel }} ${{ inputs.versbose == true && '-v' || ' ' }}
35+
run: cd recheck && swift run recheck -a ${{ inputs.apple-id }} -p ${{ inputs.platforms }} -t ${{ inputs.slack-bot-token }} -c ${{ inputs.slack-channel }} ${{ inputs.versbose == true && '-v' || ' ' }}
3636
shell: bash

0 commit comments

Comments
 (0)