Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Eisenberg authored and GitHub committed May 2, 2022
1 parent 9a6bf18 commit c9882be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Since the `codeql-action` runs most of its testing through individual Actions wo
To regenerate the PR jobs for the action:

1. In a terminal check out the `SHA` whose checks you want to use as the base. Typically, this will be `main`.
2. From a terminal, run the following commands (replace `SHA` with the sha of the commit whose checks you want to use, typically this should be the latest from `main`):
2. From a terminal, run the following commands:

```sh
SHA="$(git rev-parse HEAD)"
Expand Down

0 comments on commit c9882be

Please sign in to comment.