File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 :
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
You can’t perform that action at this time.
0 commit comments