From 41f4ef9f46712f8fb8f056847a48129f39c4e79c Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Wed, 5 Jul 2023 13:54:11 +0000 Subject: [PATCH] style: prettier --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50eea087b..8c47a2cd1 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ const response = await octokit.graphql( } } }`, - { login: "octokit" } + { login: "octokit" }, ); ``` @@ -425,7 +425,7 @@ const { Octokit } = require("@octokit/core"); const MyActionOctokit = Octokit.plugin( require("@octokit/plugin-paginate-rest").paginateRest, require("@octokit/plugin-throttling").throttling, - require("@octokit/plugin-retry").retry + require("@octokit/plugin-retry").retry, ).defaults({ throttle: { onAbuseLimit: (retryAfter, options) => {