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 24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- uses : actions/checkout@v3
27
- - uses : your-username/patchwork -autofix@v1
27
+ - uses : patched-codes/action -autofix@v1
28
28
with :
29
29
github_token : ${{ secrets.GITHUB_TOKEN }}
30
30
openai_api_key : ${{ secrets.OPENAI_API_KEY }}
@@ -57,7 +57,7 @@ One of the following is required:
57
57
# ## Basic Usage
58
58
59
59
` ` ` yaml
60
- - uses: your-username/patchwork -autofix@v1
60
+ - uses: patched-codes/action -autofix@v1
61
61
with:
62
62
github_token: ${{ secrets.GITHUB_TOKEN }}
63
63
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
@@ -66,7 +66,7 @@ One of the following is required:
66
66
# ## Using Custom Model
67
67
68
68
` ` ` yaml
69
- - uses: your-username/patchwork -autofix@v1
69
+ - uses: patched-codes/action -autofix@v1
70
70
with:
71
71
github_token: ${{ secrets.GITHUB_TOKEN }}
72
72
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
@@ -77,7 +77,7 @@ One of the following is required:
77
77
# ## High Severity Only
78
78
79
79
` ` ` yaml
80
- - uses: your-username/patchwork -autofix@v1
80
+ - uses: patched-codes/action -autofix@v1
81
81
with:
82
82
github_token: ${{ secrets.GITHUB_TOKEN }}
83
83
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
You can’t perform that action at this time.
0 commit comments