Skip to content

Commit a5fa2e0

Browse files
Refactor Github Action per b/485167538
1 parent 6c34ff7 commit a5fa2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tbd-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- name: Set Channel ID - Branch
6868
if: github.ref_type == 'branch'
69-
run: echo "CHANNEL_ID=branch-${{ github.ref_name }}" >> $GITHUB_ENV
69+
run: echo "CHANNEL_ID=branch-${GITHUB_REF_NAME}" >> $GITHUB_ENV
7070
- name: Set Channel ID - Live
7171
if: github.ref == 'refs/heads/main'
7272
run: echo "CHANNEL_ID=live" >> $GITHUB_ENV

0 commit comments

Comments
 (0)