Skip to content

Commit d010c8e

Browse files
committed
fix typo in action name for continuous comments
1 parent 3299d38 commit d010c8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/genai-commentor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Improve the comments in the codebase
3333
- name: genai improve comments
34-
uses: pelikhan/action-continous-comments@main
34+
uses: pelikhan/action-continuous-comments@main
3535
with:
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
3737
files: test/**/*.ts

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You must set "Allow GitHub Actions to create and approve pull requests" in your
3838
Add the following to your step in your workflow file:
3939

4040
```yaml
41-
uses: pelikhan/action-continous-comments@v0
41+
uses: pelikhan/action-continuous-comments@v0
4242
with:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
4444
files: "**/src/**/*.{ts,tsx,mts,cts,py}"
@@ -78,7 +78,7 @@ jobs:
7878

7979
# Improve the comments in the codebase
8080
- name: improve comments
81-
uses: pelikhan/action-continous-comments@v0
81+
uses: pelikhan/action-continuous-comments@v0
8282
with:
8383
github_token: ${{ secrets.GITHUB_TOKEN }}
8484
max_edits: 20

0 commit comments

Comments
 (0)