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 0ae2a87 commit 708fb72Copy full SHA for 708fb72
.github/workflows/blossom-status-init.yml
@@ -15,7 +15,7 @@ jobs:
15
owner: context.repo.owner,
16
repo: context.repo.repo,
17
context: 'blossom-ci',
18
- sha: context.event.pull_request.head.sha,
+ sha: '${{ github.event.pull_request.head.sha }}',
19
state: 'pending',
20
description: 'need CI pass',
21
})
0 commit comments