Skip to content

Commit

Permalink
🔧 Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Oct 9, 2023
1 parent 23a0ae7 commit 32dc557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -18,7 +18,7 @@ async function updateGist(body) {

const headers = new Headers([
["Content-Type", "application/json"],
["Content-Length", body.length.toStrinq()],
["Content-Length", body.length.toString()],
["User-Agent", "Schneegans"],
["Authorization", `token ${core.getInput("auth")}`],
]);
Expand Down

0 comments on commit 32dc557

Please sign in to comment.