Skip to content

Commit 918b75d

Browse files
committed
add github action
1 parent 84b2395 commit 918b75d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

action.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)