Commit ea875da
committed
fix: check PR author instead of actor in align workflow
github.actor is who triggered the event (pushed), not the PR author.
Use github.event.pull_request.user.login to check the PR author.1 parent e2cdc23 commit ea875da
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments