Commit dbf9bc3
Fix checkout to use push context instead of invalid pull_request context
The workflow triggers on push to main, but checkout was referencing
github.event.pull_request which doesn't exist on push events. Also
bumps actions/checkout from v3 to v4.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 5241e90 commit dbf9bc3
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
0 commit comments