Skip to content

Commit 49f6018

Browse files
committed
Mi primera acción está lista
1 parent 918b75d commit 49f6018

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Original source from https://hub.docker.com/_/node/
22
FROM node:lts-alpine
33
LABEL maintainer="Xavier Portilla Edo <xavierportillaedo@gmail.com>"
4-
ARG ASK_CLI_VERSION=2.1.1
4+
ARG ASK_CLI_VERSION=2.13.0
55

66
ENV CLI_VERSION @${ASK_CLI_VERSION}
77

action.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
# action.yml
22
name: 'Alexa ASK AWS CLI Action'
3+
author: 'Xavier Portilla Edo'
34
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'
5+
branding:
6+
icon: 'activity'
7+
color: 'blue'
98
runs:
109
using: 'docker'
1110
image: 'Dockerfile'
12-
args:
13-
- ${{ inputs.ask-cli-version }}

0 commit comments

Comments
 (0)