Skip to content

Commit 0ad5492

Browse files
committed
Update readme
1 parent 28a5e03 commit 0ad5492

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v3
27-
- uses: your-username/patchwork-autofix@v1
27+
- uses: patched-codes/action-autofix@v1
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
@@ -57,7 +57,7 @@ One of the following is required:
5757
### Basic Usage
5858

5959
```yaml
60-
- uses: your-username/patchwork-autofix@v1
60+
- uses: patched-codes/action-autofix@v1
6161
with:
6262
github_token: ${{ secrets.GITHUB_TOKEN }}
6363
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
@@ -66,7 +66,7 @@ One of the following is required:
6666
### Using Custom Model
6767

6868
```yaml
69-
- uses: your-username/patchwork-autofix@v1
69+
- uses: patched-codes/action-autofix@v1
7070
with:
7171
github_token: ${{ secrets.GITHUB_TOKEN }}
7272
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
@@ -77,7 +77,7 @@ One of the following is required:
7777
### High Severity Only
7878

7979
```yaml
80-
- uses: your-username/patchwork-autofix@v1
80+
- uses: patched-codes/action-autofix@v1
8181
with:
8282
github_token: ${{ secrets.GITHUB_TOKEN }}
8383
openai_api_key: ${{ secrets.OPENAI_API_KEY }}

0 commit comments

Comments
 (0)