We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07a208 commit 6742599Copy full SHA for 6742599
1 file changed
.github/workflows/preview.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Build
29
uses: ./.github/actions/build
30
with:
31
- base-url: $BASE_URL
+ base-url: ${{ env.BASE_URL }}
32
33
- name: Deploy preview
34
uses: rossjrw/pr-preview-action@v1
0 commit comments