Commit ff40799
authored
Use github actor id instead of bot name to avoid renaming issues (#857)
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 073747e commit ff40799
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments