Skip to content

Commit 70528d5

Browse files
author
Ruben Espinosa
committed
Update README
1 parent 9e9e875 commit 70528d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Check that an environment variable file not contains empty values
1010
## Example usage
1111

1212
```yaml
13-
uses: rubenesp87/env-var-validator-action@latest
13+
uses: rubenesp87/env-var-validator-action@0.1.0
1414
with:
1515
filepath: '.env'
1616
```
1717
1818
```yaml
19-
uses: rubenesp87/env-var-validator-action@latest
19+
uses: rubenesp87/env-var-validator-action@0.1.0
2020
with:
2121
filepath: 'packages/.env.app'
2222
```

0 commit comments

Comments
 (0)