Skip to content

Commit

Permalink
Updated README.md with latest version number
Browse files Browse the repository at this point in the history
  • Loading branch information
acaloiaro authored and actions-user committed Jun 13, 2023
1 parent 6e6f82c commit d0079d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ This utility can be used as a [pre-commit plugin](https://pre-commit.com/#instal
cat <<EOF > .pre-commit-config.yaml
repos:
- repo: https://github.com/acaloiaro/env-sample-sync.git
rev: v2.2.0
rev: v2.3.0
hooks:
- id: env-sample-sync
EOF
Expand Down Expand Up @@ -145,7 +145,7 @@ It's even possible to provide default/example values for every environment varia
```yml
repos:
- repo: https://github.com/acaloiaro/env-sample-sync.git
rev: v2.2.0
rev: v2.3.0
hooks:
- id: env-sample-sync
```
Expand All @@ -155,7 +155,7 @@ repos:
```yml
repos:
- repo: https://github.com/acaloiaro/env-sample-sync.git
rev: v2.2.0
rev: v2.3.0
hooks:
- id: env-sample-sync
args: ['--env-file=.env_file', '--sample-file=env_file.sample']
Expand All @@ -168,7 +168,7 @@ Sometimes environment variables need to conform to specific formats and it's nec
```yml
repos:
- repo: https://github.com/acaloiaro/env-sample-sync.git
rev: v2.2.0
rev: v2.3.0
hooks:
- id: env-sample-sync
args: [--example=FOO="Provide your foo here", --example=BAR="You can fetch bars from https://example.com/bars"]
Expand Down

0 comments on commit d0079d8

Please sign in to comment.