Skip to content

Commit cf3cb05

Browse files
committed
chore: let the Vercel probe run every check
1 parent 68cadd4 commit cf3cb05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/vercel-probe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Probe token
2020
shell: bash
2121
run: |
22-
set -uo pipefail
22+
set +e
2323
echo "token length: ${#VERCEL_TOKEN}"
2424
echo "org id: $VERCEL_ORG_ID"
2525
echo "team slug: ${VERCEL_TEAM_SLUG:-<unset>}"

0 commit comments

Comments
 (0)