Skip to content

Commit e443f17

Browse files
committed
fix yaml syntax error
1 parent 6d0a455 commit e443f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Set head sha (pull)
6969
if: github.event_name == 'pull_request'
7070
env:
71-
HEAD_SHA:${{ github.event.pull_request.head.sha }}
71+
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
7272
run: echo "HEAD_SHA=$HEAD_SHA" >> $GITHUB_ENV
7373
- name: Set base sha (pull)
7474
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)