Commit 4dcae96
authored
Use github actor id instead of bot name to avoid renaming issues (#622)
This PR modifies the GitHub Actions workflow to use the GitHub actor ID
instead of the bot name. This change helps avoid issues related to
renaming the bot, ensuring that the workflow continues to function
correctly even if the bot's name changes.
See renovatebot/renovate#37842.
https://api.github.com/users/renovate%5Bbot%5D
> {
> "login": "renovate[bot]",
> "id": 29139614,
> ...
> }
Parent PR: line/line-bot-sdk-nodejs#13991 parent a8943bb commit 4dcae96
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | | - | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments