File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11# Original source from https://hub.docker.com/_/node/
22FROM node:lts-alpine
33LABEL maintainer="Xavier Portilla Edo <xavierportillaedo@gmail.com>"
4- ARG ASK_CLI_VERSION=2.1.1
4+ ARG ASK_CLI_VERSION=2.13.0
55
66ENV CLI_VERSION @${ASK_CLI_VERSION}
77
Original file line number Diff line number Diff line change 11# action.yml
22name : ' Alexa ASK AWS CLI Action'
3+ author : ' Xavier Portilla Edo'
34description : ' 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'
5+ branding :
6+ icon : ' activity'
7+ color : ' blue'
98runs :
109 using : ' docker'
1110 image : ' Dockerfile'
12- args :
13- - ${{ inputs.ask-cli-version }}
You can’t perform that action at this time.
0 commit comments