Skip to content

Commit

Permalink
Prepare v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thehanimo committed Oct 10, 2023
1 parent d993d59 commit 959c4e8
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 @@ -62,7 +62,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: thehanimo/[email protected].0
- uses: thehanimo/[email protected].1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
Expand All @@ -77,7 +77,7 @@ To learn more about workflows, see [Create an example workflow.](https://docs.gi
```yaml
...
steps:
- uses: thehanimo/[email protected].0
- uses: thehanimo/[email protected].1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
Expand All @@ -90,7 +90,7 @@ Note that this has to be a url pointing to a valid, raw json file. See [#28](htt
```yaml
...
steps:
- uses: thehanimo/[email protected].0
- uses: thehanimo/[email protected].1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
Expand All @@ -106,7 +106,7 @@ Note that this has to be a url pointing to a valid, raw json file. See [#28](htt
```yaml
...
steps:
- uses: thehanimo/[email protected].0
- uses: thehanimo/[email protected].1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
Expand Down

0 comments on commit 959c4e8

Please sign in to comment.