Skip to content

Commit b9856b4

Browse files
committed
Version upgrades
1 parent 7bbefb2 commit b9856b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v2
1212
- name: Test action step
13-
uses: ./ # Uses an action in the root directory
13+
uses: xavidop/[email protected]
1414
id: ask
1515
with:
1616
command: 'ask --version'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ You can use the following example as a way to start:
144144
```yaml
145145

146146
- name: Alexa ASK AWS CLI Action
147-
uses: xavidop/[email protected].3
147+
uses: xavidop/[email protected].4
148148
id: command
149149
with:
150150
command: 'ask --version'

0 commit comments

Comments
 (0)