Skip to content

Commit 84827ca

Browse files
authored
Update README.md
1 parent bcd63d1 commit 84827ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ SEMVER validator
1111
## Example usage
1212

1313
```yaml
14-
uses: actions/semver-validation-action@0.0.6
14+
uses: rubenesp87/semver-validation-action@0.0.6
1515
with:
1616
version: ${{ github.event.release.tag_name }}
1717
```
1818
1919
```yaml
20-
uses: actions/semver-validation-action@0.0.6
20+
uses: rubenesp87/semver-validation-action@0.0.6
2121
with:
2222
version: 'v0.7.9'
2323
```
2424
2525
```yaml
26-
uses: actions/semver-validation-action@0.0.6
26+
uses: rubenesp87/semver-validation-action@0.0.6
2727
with:
2828
version: '0.7.9-beta.1'
29-
```
29+
```

0 commit comments

Comments
 (0)