Skip to content

Commit 7bdafd7

Browse files
authored
πŸš‘οΈ Replace @octokit/core with @actions/github (#114)
- πŸš‘οΈ Replace `@octokit/core` with `@actions/github` - πŸ“¦οΈ Update `dist/` - πŸ”§ Update to Node 20 - πŸ› Remove `opts.auth` Parameters `token` and `opts.auth` may not both be specified - πŸ“¦οΈ Update `dist/`
1 parent 4179023 commit 7bdafd7

File tree

7 files changed

+1273
-740
lines changed

7 files changed

+1273
-740
lines changed

β€Žaction.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ inputs:
2020
required: false
2121

2222
runs:
23-
using: 'node16'
23+
using: 'node20'
2424
main: 'dist/index.js'
2525

2626
branding:

β€Ždist/index.jsβ€Ž

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždist/index.js.mapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždist/licenses.txtβ€Ž

Lines changed: 81 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)