Skip to content

Commit bca19a8

Browse files
committed
chore: Update readme
1 parent ccbc653 commit bca19a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ workflow.addJob(
8282
.uses(
8383
// ↓↓ Like this! ↓↓
8484
action("actions/checkout", {
85-
"persist-credentials": "false",
85+
with: { "persist-credentials": "false" },
8686
}),
8787
)
8888
// ...

0 commit comments

Comments
 (0)