We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70675b1 commit d01c27cCopy full SHA for d01c27c
1 file changed
.github/workflows/preview.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: ./.github/actions/execute-notebooks
24
25
- name: Make BASE_URL
26
- run: echo ${{ github.ref }} | sed "s/[^0-9]//g" | (v=$(cat); echo -e "BASE_URL=/pr-preview/pr-$v/" ) >> $GITHUB_ENV
+ run: echo ${{ github.ref }} | sed "s/[^0-9]//g" | (pr_preview=$(cat); echo -e "BASE_URL=/pr-preview/pr-$pr_preview/") >> $GITHUB_ENV
27
28
- name: Build
29
uses: ./.github/actions/build
0 commit comments