Skip to content

Commit feeff25

Browse files
authored
README: fix copy/paste example
GitHub requires version tags for actions now. I kinda hate it too.
1 parent 820a9ac commit feeff25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To install the latest version of `civo` and use it in GitHub Actions workflows,
88

99
```yaml
1010
- name: Install civo
11-
uses: civo/action-civo
11+
uses: civo/action-civo@v1.0.1
1212
with:
1313
token: ${{ secrets.CIVO_TOKEN }}
1414
```
@@ -33,4 +33,4 @@ Before submitting a pull request, run `npm run package` to package the code [usi
3333

3434
## License
3535

36-
This GitHub Action and associated scripts and documentation in this project are released under the [MIT License](LICENSE).
36+
This GitHub Action and associated scripts and documentation in this project are released under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)