Skip to content

Commit 7aeb001

Browse files
committed
TCLOUD-4780: Try referring to env vars just by their name
1 parent 94464f7 commit 7aeb001

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: ${{ vars.PR }}/${{ vars.RUN }}
71+
prefix: ${{ PR }}/${{ 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)