Skip to content

Commit 4676a4b

Browse files
authored
docs: use correct reference to action in README
1 parent f000ee6 commit 4676a4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ This action is a `composite` action.
2424

2525
<!-- action-docs-runs action="action.yml" -->
2626

27-
<!-- action-docs-usage action="action.yml" project="codeguardai/setup-guardai-action" version="0.1.0" -->
27+
<!-- action-docs-usage action="action.yml" project="codeguardai/setup-guardai-action" version="v0.1.0" -->
2828

2929
## Usage
3030

3131
```yaml
32-
- uses: codeguardai/setup-guardai-action@0.1.0
32+
- uses: codeguardai/setup-guardai-action@v0.1.0
3333
with:
3434
version:
3535
# Version of GuardAI to install
@@ -38,4 +38,4 @@ This action is a `composite` action.
3838
# Default: latest
3939
```
4040

41-
<!-- action-docs-usage action="action.yml" project="codeguardai/setup-guardai-action" version="0.1.0" -->
41+
<!-- action-docs-usage action="action.yml" project="codeguardai/setup-guardai-action" version="v0.1.0" -->

0 commit comments

Comments
 (0)