Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thehanimo authored Nov 25, 2024
1 parent 62df0ca commit 7fbfe05
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: thehanimo/[email protected].1
- uses: thehanimo/[email protected].3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
Expand All @@ -79,7 +79,7 @@ To learn more about workflows, see [Create an example workflow.](https://docs.gi
```yaml
...
steps:
- uses: thehanimo/[email protected].1
- uses: thehanimo/[email protected].3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
Expand All @@ -92,7 +92,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].1
- uses: thehanimo/[email protected].3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
Expand All @@ -108,7 +108,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].1
- uses: thehanimo/[email protected].3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
Expand All @@ -123,7 +123,7 @@ You can use the action output to execute follow up steps e.g. adding a comment.

```yml
steps:
- uses: thehanimo/[email protected].1
- uses: thehanimo/[email protected].3
id: check
continue-on-error: true
with:
Expand Down

0 comments on commit 7fbfe05

Please sign in to comment.