Skip to content

Commit

Permalink
📝 Tweak and fix tag to use (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Aug 26, 2024
1 parent 671d09b commit 0454b59
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 @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tiangolo/latest-changes:0.3.1
- uses: tiangolo/latest-changes@0.3.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.ACTIONS_TOKEN }}
- uses: tiangolo/latest-changes:0.3.1
- uses: tiangolo/latest-changes@0.3.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down Expand Up @@ -308,7 +308,7 @@ Now you can (and should) use the native GitHub Action directly, as in:

```yaml
...
- uses: tiangolo/latest-changes:0.3.1
- uses: tiangolo/latest-changes@0.3.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down

0 comments on commit 0454b59

Please sign in to comment.