Skip to content

Commit 91f1cef

Browse files
committed
TCLOUD-4780: Try prefixing env vars with "env."
1 parent 7aeb001 commit 91f1cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview_create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
build: ./build/
6969
redirects: ./redirects.json
7070
bucket: tiny-cloud-antora-docs-preview
71-
prefix: ${{ PR }}/${{ RUN }}
71+
prefix: ${{ env.PR }}/${{ env.RUN }}
7272
parallel: 10
7373

7474
- name: Update pointer to current run output # put in the docs subfolder as we rely on that path in redirects

0 commit comments

Comments
 (0)