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 918b75d commit 49f6018Copy full SHA for 49f6018
Dockerfile
@@ -1,7 +1,7 @@
1
# Original source from https://hub.docker.com/_/node/
2
FROM node:lts-alpine
3
LABEL maintainer="Xavier Portilla Edo <[email protected]>"
4
-ARG ASK_CLI_VERSION=2.1.1
+ARG ASK_CLI_VERSION=2.13.0
5
6
ENV CLI_VERSION @${ASK_CLI_VERSION}
7
action.yaml
@@ -1,13 +1,10 @@
# action.yml
name: 'Alexa ASK AWS CLI Action'
+author: 'Xavier Portilla Edo'
description: 'Github Action using Docker image for ASK and AWS CLI '
-inputs:
- ask-cli-version: # id of input
- description: 'Version od the ASK CLI'
- required: true
8
- default: '2.13.0'
+branding:
+ icon: 'activity'
+ color: 'blue'
9
runs:
10
using: 'docker'
11
image: 'Dockerfile'
12
- args:
13
- - ${{ inputs.ask-cli-version }}
0 commit comments