diff --git a/.github/workflows/update-repositories.yml b/.github/workflows/update-repositories.yml index d8f60ff..a0ee23d 100644 --- a/.github/workflows/update-repositories.yml +++ b/.github/workflows/update-repositories.yml @@ -32,7 +32,7 @@ jobs: - name: Run tests run: yarn execute "RUN https://pkg.pr.new/prettier/prettier@main VS latest" - - uses: peter-evans/create-pull-request@v7 + - uses: peter-evans/create-pull-request@v8 with: commit-message: "Update repositories.json" branch: automated-update-repositories diff --git a/src/logger.ts b/src/logger.ts index 78b43f2..49d79aa 100644 --- a/src/logger.ts +++ b/src/logger.ts @@ -1,5 +1,8 @@ import * as github from "@actions/github"; -import { IS_TRIGGERED_BY_GITHUB_ISSUE_COMMENT, GITHUB_ACTION_JOB_URL } from "./constants.ts"; +import { + IS_TRIGGERED_BY_GITHUB_ISSUE_COMMENT, + GITHUB_ACTION_JOB_URL, +} from "./constants.ts"; import { getOctokit } from "./octokit.ts"; import { codeBlock } from "./utilities.ts"; import { inspect } from "node:util";