Skip to content

Commit

Permalink
docs: fix references to v1 and minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry authored Jul 19, 2021
1 parent 2eec050 commit 7bbe332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ width="100%" alt="Nx - Smart, Extensible Build Framework"></p>

<h1 align="center">Set SHAs Action</h2>

> ✨ A Github Action which sets the base and head SHAs required for `nx affected` commands in CI
✨ A Github Action which sets the base and head SHAs required for `nx affected` commands in CI

- [Example Usage](#example-usage)
- [Configuration Options](#configuration-options)
- [Background](#background)
- [License](#license)

> This documentation is for version 2.x.x. You can find documentation for version 1.x.x [here](https://github.com/nrwl/nx-set-shas/blob/c8f5a54f6ee7f2127f3df063f36a0242faee4cb7/README.md).
**NOTE: This documentation is for version 2.x.x** which now uses the GitHub API to track successful workflows. You can find documentation for version 1.x.x which used git tags [here](https://github.com/nrwl/nx-set-shas/blob/v1/README.md).

## Example Usage

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

<!-- start configuration-options -->
```yaml
- uses: nrwl/nx-set-shas@v1
- uses: nrwl/nx-set-shas@v2
with:
# The "main" branch of your repository (the base branch which you target with PRs).
# Common names for this branch include main and master.
Expand Down

0 comments on commit 7bbe332

Please sign in to comment.