We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccbc653 commit bca19a8Copy full SHA for bca19a8
README.md
@@ -82,7 +82,7 @@ workflow.addJob(
82
.uses(
83
// ↓↓ Like this! ↓↓
84
action("actions/checkout", {
85
- "persist-credentials": "false",
+ with: { "persist-credentials": "false" },
86
}),
87
)
88
// ...
0 commit comments