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 acceabe commit 09a3b12Copy full SHA for 09a3b12
.github/workflows/main.yaml
@@ -10,7 +10,7 @@ jobs:
10
- name: Checkout
11
uses: actions/checkout@v2
12
- name: Test action step
13
- uses: ./.github/action/ # Uses an action in the root directory
+ uses: xavidop/alexa-ask-aws-cli-docker@v1.0.3
14
id: ask
15
with:
16
command: 'ask --version'
README.md
@@ -144,7 +144,7 @@ You can use the following example as a way to start:
144
```yaml
145
146
- name: Alexa ASK AWS CLI Action
147
- uses: xavidop/alexa-ask-aws-cli-docker@v1.0.2
148
id: command
149
150
0 commit comments