We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c2f65 commit 0f6e535Copy full SHA for 0f6e535
.github/workflows/preview.yml
@@ -55,6 +55,8 @@ jobs:
55
run: make preview
56
57
- name: Get safe branch and export to env
58
+ env:
59
+ BRANCH: ${{ env.GITHUB_BRANCH_NAME }}
60
run: |
61
echo "SAFE_BRANCH=$(make safe_branch)" >> $GITHUB_ENV
62
0 commit comments