diff --git a/README.md b/README.md index 46fd3d0..743a1dc 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ # Get Repository Global Node ID action -This action gets the [global node ID](https://docs.github.com/en/graphql/guides/using-global-node-ids) of the specified GitHub repository. +This action gets the +[global node ID](https://docs.github.com/en/graphql/guides/using-global-node-ids) +of the specified GitHub repository. -It can be used in other actions, to make calls to the [GitHub GraphQL API](https://docs.github.com/en/graphql/overview/public-schema). +It can be used in other actions, to make calls to the +[GitHub GraphQL API](https://docs.github.com/en/graphql/overview/public-schema). -Note that the global node ID of a repository is not the same as its repository ID (i.e., [`GITHUB_REPOSITORY_ID`](https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables)). +Note that the global node ID of a repository is not the same as its repository +ID (i.e., +[`GITHUB_REPOSITORY_ID`](https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables)). ## Inputs diff --git a/package.json b/package.json index f40a3f5..2a8dd58 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "scripts": { "bundle": "npm run format:write && npm run package", "ci-test": "jest", - "format:write": "prettier --write **/*.js", + "format:write": "prettier --write **/*.js *.md", "format:check": "prettier --check **/*.js", "lint": "npx eslint . -c ./.github/linters/.eslintrc.yml", "package": "ncc build src/index.js --license licenses.txt",