Skip to content

Commit cd24d31

Browse files
Prepare CodeAnt CI Scan action for testing
1 parent 3fd0339 commit cd24d31

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Run CodeAnt Scan
38-
uses: your-username/codeant-ci-scan@v1
38+
uses: CodeAnt-AI/codeant-ci-scan@v1
3939
with:
4040
access_token: ${{ secrets.GITHUB_TOKEN }}
4141
```
@@ -44,7 +44,7 @@ jobs:
4444
4545
```yaml
4646
- name: Run CodeAnt Scan
47-
uses: your-username/codeant-ci-scan@v1
47+
uses: CodeAnt-AI/codeant-ci-scan@v1
4848
with:
4949
access_token: ${{ secrets.ACCESS_TOKEN_GITHUB }}
5050
api_base: https://custom.codeant.ai
@@ -54,22 +54,22 @@ jobs:
5454
5555
To test this action before publishing to the GitHub Marketplace:
5656
57-
1. **Push this action to a GitHub repository** (e.g., `your-username/codeant-ci-scan`)
57+
1. **Push this action to a GitHub repository** (e.g., `CodeAnt-AI/codeant-ci-scan`)
5858

5959
2. **In another repository**, reference it using the repository path:
6060

6161
```yaml
6262
- name: Test CodeAnt Scan
63-
uses: your-username/codeant-ci-scan@main # or use a specific branch/tag
63+
uses: CodeAnt-AI/codeant-ci-scan@main # or use a specific branch/tag
6464
with:
6565
access_token: ${{ secrets.GITHUB_TOKEN }}
6666
```
6767

6868
3. **For testing specific commits or branches:**
6969
```yaml
70-
uses: your-username/codeant-ci-scan@feature-branch
70+
uses: CodeAnt-AI/codeant-ci-scan@feature-branch
7171
# or
72-
uses: your-username/codeant-ci-scan@abc1234 # commit SHA
72+
uses: CodeAnt-AI/codeant-ci-scan@abc1234 # commit SHA
7373
```
7474

7575
## Required Permissions
@@ -89,7 +89,7 @@ Before publishing:
8989

9090
## Support
9191

92-
For issues, questions, or contributions, please visit the [GitHub repository](https://github.com/your-username/codeant-ci-scan).
92+
For issues, questions, or contributions, please visit the [GitHub repository](https://github.com/CodeAnt-AI/codeant-ci-scan).
9393

9494
## License
9595

0 commit comments

Comments
 (0)