Skip to content

Commit

Permalink
chore: pin version in the examples (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianc authored May 12, 2024
1 parent 272c57a commit 658c924
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: make test

- name: Go Beautiful HTML Coverage
uses: 'kilianc/go-beautiful-html-coverage@main'
uses: 'kilianc/go-beautiful-html-coverage@v1'
```
## How it works
Expand Down Expand Up @@ -67,7 +67,7 @@ Once the files are generated, the GHA does the following:

```yaml
- name: Go Beautiful HTML Coverage
uses: 'kilianc/go-beautiful-html-coverage@main'
uses: 'kilianc/go-beautiful-html-coverage@v1'
with:
# Repository name with owner. For example, actions/checkout.
# Default: ${{ github.repository }}
Expand All @@ -88,7 +88,7 @@ Once the files are generated, the GHA does the following:

```yaml
- name: Go Beautiful HTML Coverage
uses: 'kilianc/go-beautiful-html-coverage@main'
uses: 'kilianc/go-beautiful-html-coverage@v1'
with:
branch: 'my-coverage'
```
Expand All @@ -101,7 +101,7 @@ This is helpful if you don't want to clutter your project's repo, or if you want

```yaml
- name: Go Beautiful HTML Coverage
uses: 'kilianc/go-beautiful-html-coverage@main'
uses: 'kilianc/go-beautiful-html-coverage@v1'
with:
repository: yourname/coverage
token: ${{ secrets.GHA_COVERAGE_TOKEN }}
Expand Down

0 comments on commit 658c924

Please sign in to comment.