Skip to content

Commit

Permalink
tweak: ignore tw info errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaromartmart committed Mar 14, 2024
1 parent 69341cb commit f1fb973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
curl -sL https://github.com/seqeralabs/tower-cli/releases/latest/download/tw-linux-x86_64 -o tw
chmod +x tw
sudo mv tw /usr/local/bin/
tw info
tw info | exit 0
shell: bash

- name: Validate
Expand Down

0 comments on commit f1fb973

Please sign in to comment.