Skip to content

Commit

Permalink
Use published version in usage examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lelia authored Aug 31, 2021
1 parent 91431ea commit ce41245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ A newline-delimited (`"\n"`) string representing a list of allowed [license keys
In most cases, you'll want to use the latest stable version (eg. `v0.0.1`):

```yaml
uses: lelia/forker@releases/v0.0.1
uses: lelia/forker@v0.0.1
with:
token: ${{ secrets.GH_API_TOKEN }}
repo: tremor-runtime
Expand All @@ -98,7 +98,7 @@ with:
If you are automating forking on behalf of a GitHub organization, you may wish to leverage the optional `addUser` and `licenseAllowlist` params:

```yaml
uses: lelia/forker@releases/v0.0.1
uses: lelia/forker@v0.0.1
with:
token: ${{ secrets.GH_API_TOKEN }}
repo: tremor-runtime
Expand Down

0 comments on commit ce41245

Please sign in to comment.