We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b2395 commit 918b75dCopy full SHA for 918b75d
action.yaml
@@ -0,0 +1,13 @@
1
+# action.yml
2
+name: 'Alexa ASK AWS CLI Action'
3
+description: 'Github Action using Docker image for ASK and AWS CLI '
4
+inputs:
5
+ ask-cli-version: # id of input
6
+ description: 'Version od the ASK CLI'
7
+ required: true
8
+ default: '2.13.0'
9
+runs:
10
+ using: 'docker'
11
+ image: 'Dockerfile'
12
+ args:
13
+ - ${{ inputs.ask-cli-version }}
0 commit comments