Skip to content

Commit

Permalink
Fix docsite workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jas14 committed Aug 19, 2024
1 parent a89c4e1 commit 6342fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/super_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
env:
IS_NEW_RELEASE: ${{ needs.collect-release-info.outputs.IS_NEW_RELEASE }}
RELEASE_VERSION: ${{ needs.collect-release-info.outputs.RELEASE_VERSION }}
BRANCH_NAME: ${{ github.head_ref }}
BRANCH_NAME: ${{ github.ref_name }}
COMMIT_ID: ${{ github.event.pull_request.head.sha }}
outputs:
DOCSITE_RELEASE_VERSION: ${{ steps.command.outputs.DOCSITE_RELEASE_VERSION }}
Expand Down

0 comments on commit 6342fef

Please sign in to comment.