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 cabfece commit c498b60Copy full SHA for c498b60
action.yml
@@ -31,6 +31,6 @@ inputs:
31
description: "Commit status state wait for. Valid values 'success', 'error', 'failure', 'pending'"
32
default: "success"
33
runs:
34
- using: "node16"
+ using: "node20"
35
main: "index.js"
36
0 commit comments