Skip to content

Commit

Permalink
Adjust doocs for release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Mar 29, 2020
1 parent 4adb7be commit 7a3a38f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ Here is the recommended way to install `codeowners-validator`:

```bash
# binary installed into ./bin/
curl -sfL https://raw.githubusercontent.com/mszostok/codeowners-validator/master/install.sh| sh -s v0.3.0
curl -sfL https://raw.githubusercontent.com/mszostok/codeowners-validator/master/install.sh| sh -s v0.4.0

# binary installed into $(go env GOPATH)/bin/codeowners-validator
curl -sfL https://raw.githubusercontent.com/mszostok/codeowners-validator/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v0.3.0
curl -sfL https://raw.githubusercontent.com/mszostok/codeowners-validator/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v0.4.0

# In alpine linux (as it does not come with curl by default)
wget -O - -q https://raw.githubusercontent.com/mszostok/codeowners-validator/master/install.sh| sh -s v0.3.0
wget -O - -q https://raw.githubusercontent.com/mszostok/codeowners-validator/master/install.sh| sh -s v0.4.0

# Print version. Add `--short` to print just the version number.
codeowners-validator -v
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ inputs:

runs:
using: 'docker'
image: 'docker://mszostok/codeowners-validator@sha256:8016ae44f761344ca86187fe5ed282c96b0b6b9b78d7c82402e2b19a5f9543be'
image: 'docker://mszostok/codeowners-validator:v0.4.0'
env:
ENVS_PREFIX: "INPUT"

Expand Down

0 comments on commit 7a3a38f

Please sign in to comment.