We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0a455 commit e443f17Copy full SHA for e443f17
.github/workflows/build.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Set head sha (pull)
69
if: github.event_name == 'pull_request'
70
env:
71
- HEAD_SHA:${{ github.event.pull_request.head.sha }}
+ HEAD_SHA: ${{ github.event.pull_request.head.sha }}
72
run: echo "HEAD_SHA=$HEAD_SHA" >> $GITHUB_ENV
73
- name: Set base sha (pull)
74
0 commit comments