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 f25785f commit 7c52984Copy full SHA for 7c52984
.github/workflows/delete-preview-docs.yml
@@ -4,9 +4,6 @@ on:
4
workflow_dispatch:
5
delete:
6
7
-env:
8
- BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
9
-
10
jobs:
11
12
name: Delete Vercel Project
@@ -19,4 +16,4 @@ jobs:
19
16
# Pull Vercel environment
20
17
vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
21
18
# Delete vercel project linked to this branch
22
- vercel remove edsnlp-$BRANCH_NAME --yes --token=${{ secrets.VERCEL_TOKEN }}
+ vercel remove edsnlp-${{ github.event.ref }} --yes --token=${{ secrets.VERCEL_TOKEN }}
0 commit comments