We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0a52d commit b3106c7Copy full SHA for b3106c7
.github/workflows/tbd-site.yml
@@ -66,7 +66,7 @@ jobs:
66
steps:
67
- name: Set Channel ID - Branch
68
if: github.ref_type == 'branch'
69
- run: echo "CHANNEL_ID=branch-${{ github.ref_name }}" >> $GITHUB_ENV
+ run: echo "CHANNEL_ID=branch-${GITHUB_REF_NAME}" >> $GITHUB_ENV
70
- name: Set Channel ID - Live
71
if: github.ref == 'refs/heads/main'
72
run: echo "CHANNEL_ID=live" >> $GITHUB_ENV
0 commit comments