We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5732e83 commit 7de60d6Copy full SHA for 7de60d6
.github/actions/launchable/setup/action.yml
@@ -96,7 +96,7 @@ runs:
96
PATH=$PATH:$(python -msite --user-base)/bin
97
echo "PATH=$PATH" >> $GITHUB_ENV
98
pip install --user launchable
99
- launchable verify
+ launchable verify || true
100
: # The build name cannot include a slash, so we replace the string here.
101
github_ref="${{ github.ref }}"
102
github_ref="${github_ref//\//_}"
0 commit comments