Skip to content

Commit

Permalink
Use stable CI/CD installer
Browse files Browse the repository at this point in the history
autify-cli 0.11.0 has been released and it contains the updated CI/CD
installer script.
  • Loading branch information
riywo committed Sep 20, 2022
1 parent e535882 commit 3446d57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- uses: actions/checkout@v3
- uses: ./
- run: |
autify --version
autify --version | grep -v beta
echo token | autify web auth login
shell: bash
- run: |
autify --version
autify --version | grep -v beta
echo token | autify web auth login
shell: pwsh
Expand All @@ -49,11 +49,11 @@ jobs:
with:
shell-installer-url: "https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/beta/install-cicd.bash"
- run: |
autify --version
autify --version | grep beta
echo token | autify web auth login
shell: bash
- run: |
autify --version
autify --version | grep beta
echo token | autify web auth login
shell: pwsh
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ Most of the case, no options are needed. When you need more customization, here
shell-installer-url:
required: false
description: "Shell installer URL"
# TODO: Use stable
default: "https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/beta/install-cicd.bash"
default: "https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/install-cicd.bash"
```
### v1
Expand Down
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ inputs:
shell-installer-url:
required: false
description: 'Shell installer URL'
# TODO: Use stable
default: "https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/beta/install-cicd.bash"
default: "https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/install-cicd.bash"

runs:
using: 'composite'
Expand Down

0 comments on commit 3446d57

Please sign in to comment.