Commit d99900f
committed
ci: use push sha in dist branch commits
PR #3491 copied `github.event.workflow_run.head_sha` into a workflow that runs on push events. Issue #4766 notes that this leaves the generated npm and deno deployment commit messages without the source commit hash.
Use `github.sha` instead of `github.event.workflow_run.head_sha` so those deployment commits identify the commit that produced their artifacts.1 parent 790d832 commit d99900f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
0 commit comments