We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3164ef0 commit 509f6b6Copy full SHA for 509f6b6
1 file changed
.github/workflows/pull-request-comment.yml
@@ -5,7 +5,7 @@ on:
5
types: [created]
6
7
env:
8
- HEAD_BRANDH: ${{ github.event.pull_request.head.ref }}
+ HEAD_BRANCH: ${{ github.event.pull_request.head.ref }}
9
COMMENT_FILE_PATH: ${{ github.event.comment.path }}
10
COMMENT_BODY: ${{ github.event.comment.body }}
11
COMMENT_LINE: ${{ github.event.comment.line }}
@@ -21,7 +21,7 @@ jobs:
21
- name: Checkout
22
uses: actions/checkout@v3
23
with:
24
- ref: ${{ env.HEAD_BRANDH }}
+ ref: ${{ env.HEAD_BRANCH }}
25
- name: Code Review Action
26
uses: codemakerai/codemaker-pull-request-action@v1.0.0
27
@@ -33,4 +33,4 @@ jobs:
33
comment-start-line: ${{ env.COMMENT_START_LINE }}
34
owner: codemakerai
35
repository: codemaker-pull-request-action-example
36
- branch: ${{ env.HEAD_BRANDH}}
+ branch: ${{ env.HEAD_BRANCH}}
0 commit comments