Skip to content

Commit f51cfe7

Browse files
authored
Doc: Update version format in README.md
1 parent 1978f91 commit f51cfe7

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
@@ -16,7 +16,7 @@ Add the following step to a job in your workflow
1616
- id: install-b2-cli
1717
uses: sylwit/install-b2-cli-action@v1.0.0
1818
with:
19-
version: v3.0.1 # default to latest
19+
version: 3.0.1 # default to latest
2020
env:
2121
B2_APPLICATION_KEY_ID: ${{ secrets.B2_APPLICATION_KEY_ID }}
2222
B2_APPLICATION_KEY: ${{ secrets.B2_APPLICATION_KEY }}
@@ -51,4 +51,4 @@ Created and maintained by [Sylvain Witmeyer](https://github.com/sylwit)
5151
5252
## License
5353
54-
This project is licensed under the MIT License - see the [LICENSE](https://github.com/sylwit/install-b2-cli-action/blob/master/LICENSE) file for details
54+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/sylwit/install-b2-cli-action/blob/master/LICENSE) file for details

0 commit comments

Comments
 (0)