There was an error while loading. Please reload this page.
1 parent 68cadd4 commit cf3cb05Copy full SHA for cf3cb05
1 file changed
.github/workflows/vercel-probe.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Probe token
20
shell: bash
21
run: |
22
- set -uo pipefail
+ set +e
23
echo "token length: ${#VERCEL_TOKEN}"
24
echo "org id: $VERCEL_ORG_ID"
25
echo "team slug: ${VERCEL_TEAM_SLUG:-<unset>}"
0 commit comments