Skip to content

Commit b3106c7

Browse files
Refactor Github Action per b/485167538 (#816)
Co-authored-by: Ben Knutson <benknutson@google.com>
1 parent 0a0a52d commit b3106c7

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)