Skip to content

Commit

Permalink
Update TA-CLI to v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Massad committed Mar 28, 2022
1 parent 6b22b13 commit e12c95a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.secrets
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ branding:
runs:
using: "composite"
steps:
- run: curl -Ls https://github.com/testappio/cli/releases/download/v1.0.3/install | bash
- run: curl -Ls https://github.com/testappio/cli/releases/download/v1.0.4/install | bash
shell: bash
- run: chmod +x ${{ github.action_path }}/entrypoint.sh
shell: bash
Expand Down

0 comments on commit e12c95a

Please sign in to comment.