Skip to content

Commit

Permalink
fix: input warnings (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGoberling authored Feb 8, 2024
1 parent 886f9a4 commit 9b845e4
Show file tree
Hide file tree
Showing 2 changed files with 1,257 additions and 624 deletions.
21 changes: 21 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,24 @@ description: 'Build, Test and Deploy AIO Apps'
runs:
using: 'node12'
main: 'dist/index.js'
inputs:
os:
description: 'Operating System'
required: true
command:
description: 'Command'
required: true
CLIENTID:
description: 'IMS Client ID'
CLIENTSECRET:
description: 'IMS Client Secret'
TECHNICALACCOUNTID:
description: 'IMS Technical Account ID'
TECHNICALACCOUNTEMAIL:
description: 'IMS Technical Account Email'
IMSORGID:
description: 'IMS Org ID'
SCOPES:
description: 'IMS Scopes'
KEY:
description: '(Deprecated) JWT Private Key'
Loading

0 comments on commit 9b845e4

Please sign in to comment.