Skip to content

Commit 6342fef

Browse files
committed
Fix docsite workflow
1 parent a89c4e1 commit 6342fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/super_diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
env:
144144
IS_NEW_RELEASE: ${{ needs.collect-release-info.outputs.IS_NEW_RELEASE }}
145145
RELEASE_VERSION: ${{ needs.collect-release-info.outputs.RELEASE_VERSION }}
146-
BRANCH_NAME: ${{ github.head_ref }}
146+
BRANCH_NAME: ${{ github.ref_name }}
147147
COMMIT_ID: ${{ github.event.pull_request.head.sha }}
148148
outputs:
149149
DOCSITE_RELEASE_VERSION: ${{ steps.command.outputs.DOCSITE_RELEASE_VERSION }}

0 commit comments

Comments
 (0)