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 a89c4e1 commit 6342fefCopy full SHA for 6342fef
.github/workflows/super_diff.yml
@@ -143,7 +143,7 @@ jobs:
143
env:
144
IS_NEW_RELEASE: ${{ needs.collect-release-info.outputs.IS_NEW_RELEASE }}
145
RELEASE_VERSION: ${{ needs.collect-release-info.outputs.RELEASE_VERSION }}
146
- BRANCH_NAME: ${{ github.head_ref }}
+ BRANCH_NAME: ${{ github.ref_name }}
147
COMMIT_ID: ${{ github.event.pull_request.head.sha }}
148
outputs:
149
DOCSITE_RELEASE_VERSION: ${{ steps.command.outputs.DOCSITE_RELEASE_VERSION }}
0 commit comments