We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b22b13 commit e12c95aCopy full SHA for e12c95a
2 files changed
.gitignore
@@ -0,0 +1 @@
1
+.secrets
action.yml
@@ -29,7 +29,7 @@ branding:
29
runs:
30
using: "composite"
31
steps:
32
- - 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
33
shell: bash
34
- run: chmod +x ${{ github.action_path }}/entrypoint.sh
35
0 commit comments