Skip to content

Commit 3446d57

Browse files
committed
Use stable CI/CD installer
autify-cli 0.11.0 has been released and it contains the updated CI/CD installer script.
1 parent e535882 commit 3446d57

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
- uses: actions/checkout@v3
2727
- uses: ./
2828
- run: |
29-
autify --version
29+
autify --version | grep -v beta
3030
echo token | autify web auth login
3131
shell: bash
3232
- run: |
33-
autify --version
33+
autify --version | grep -v beta
3434
echo token | autify web auth login
3535
shell: pwsh
3636
@@ -49,11 +49,11 @@ jobs:
4949
with:
5050
shell-installer-url: "https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/beta/install-cicd.bash"
5151
- run: |
52-
autify --version
52+
autify --version | grep beta
5353
echo token | autify web auth login
5454
shell: bash
5555
- run: |
56-
autify --version
56+
autify --version | grep beta
5757
echo token | autify web auth login
5858
shell: pwsh
5959

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ Most of the case, no options are needed. When you need more customization, here
2525
shell-installer-url:
2626
required: false
2727
description: "Shell installer URL"
28-
# TODO: Use stable
29-
default: "https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/beta/install-cicd.bash"
28+
default: "https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/install-cicd.bash"
3029
```
3130
3231
### v1

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ inputs:
66
shell-installer-url:
77
required: false
88
description: 'Shell installer URL'
9-
# TODO: Use stable
10-
default: "https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/beta/install-cicd.bash"
9+
default: "https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/install-cicd.bash"
1110

1211
runs:
1312
using: 'composite'

0 commit comments

Comments
 (0)