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 25d29c2 commit 28959ceCopy full SHA for 28959ce
1 file changed
action.yml
@@ -14,7 +14,7 @@ inputs:
14
description: 'JSON payload with extra information about the webhook event that your action or worklow may use.'
15
default: '{}'
16
runs:
17
- using: 'node20'
+ using: 'node24'
18
main: 'dist/index.js'
19
branding:
20
icon: 'target'
0 commit comments