File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments