We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c8314 commit 7c5c65dCopy full SHA for 7c5c65d
action.yml
@@ -19,7 +19,7 @@ inputs:
19
GHES, you can pass a personal access token for github.com if you are experiencing rate limiting.
20
default: ${{ github.server_url == 'https://github.com' && github.token || '' }}
21
runs:
22
- using: 'node16'
+ using: 'node20'
23
main: 'src/index.js'
24
post: 'src/post.js'
25
0 commit comments