Skip to content

Commit 509f6b6

Browse files
committed
Fix typo
1 parent 3164ef0 commit 509f6b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request-comment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [created]
66

77
env:
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 }}
@@ -21,7 +21,7 @@ jobs:
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:
@@ -33,4 +33,4 @@ jobs:
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}}

0 commit comments

Comments
 (0)