Skip to content

Commit a39f34d

Browse files
committed
Update readme
1 parent 3f6b644 commit a39f34d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@ After running this action, each subsequent step will have access to these variab
88
**Basic**:
99

1010
```yaml
11-
- uses: smac89/default-env@0.0.1`
11+
- uses: smac89/default-env@1
1212
```
1313
1414
**To modify the values of the environment variables seen by this action, modify the [`env`](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idstepsenv) map of this action.**
1515

1616
```yaml
17-
- uses: smac89/default-env@0.0.1
17+
- uses: smac89/default-env@1
1818
env:
1919
GITHUB_ACTOR: 'github'
2020
GITHUB_REF: 'master'
2121
```
22-
2322
After running this action, the environment variables specified will replace the default ones

0 commit comments

Comments
 (0)