File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 types : [created]
66
77env :
8- HEAD_BRANDH : ${{ github.event.pull_request.head.ref }}
8+ HEAD_BRANCH : ${{ github.event.pull_request.head.ref }}
99 COMMENT_FILE_PATH : ${{ github.event.comment.path }}
1010 COMMENT_BODY : ${{ github.event.comment.body }}
1111 COMMENT_LINE : ${{ github.event.comment.line }}
2121 - name : Checkout
2222 uses : actions/checkout@v3
2323 with :
24- ref : ${{ env.HEAD_BRANDH }}
24+ ref : ${{ env.HEAD_BRANCH }}
2525 - name : Code Review Action
2626 uses : codemakerai/codemaker-pull-request-action@v1.0.0
2727 with :
3333 comment-start-line : ${{ env.COMMENT_START_LINE }}
3434 owner : codemakerai
3535 repository : codemaker-pull-request-action-example
36- branch : ${{ env.HEAD_BRANDH }}
36+ branch : ${{ env.HEAD_BRANCH }}
You can’t perform that action at this time.
0 commit comments