Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
whoisarpit committed Dec 4, 2024
1 parent 28a5e03 commit 0ad5492
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 @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: your-username/patchwork-autofix@v1
- uses: patched-codes/action-autofix@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
Expand Down Expand Up @@ -57,7 +57,7 @@ One of the following is required:
### Basic Usage

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

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

```yaml
- uses: your-username/patchwork-autofix@v1
- uses: patched-codes/action-autofix@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
Expand Down

0 comments on commit 0ad5492

Please sign in to comment.