File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,13 +67,13 @@ Here is the recommended way to install `codeowners-validator`:
6767
6868` ` ` bash
6969# binary installed into ./bin/
70- curl -sfL https://raw.githubusercontent.com/mszostok/codeowners-validator/master/install.sh| sh -s v0.3 .0
70+ curl -sfL https://raw.githubusercontent.com/mszostok/codeowners-validator/master/install.sh| sh -s v0.4 .0
7171
7272# binary installed into $(go env GOPATH)/bin/codeowners-validator
73- curl -sfL https://raw.githubusercontent.com/mszostok/codeowners-validator/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v0.3 .0
73+ curl -sfL https://raw.githubusercontent.com/mszostok/codeowners-validator/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v0.4 .0
7474
7575# In alpine linux (as it does not come with curl by default)
76- wget -O - -q https://raw.githubusercontent.com/mszostok/codeowners-validator/master/install.sh| sh -s v0.3 .0
76+ wget -O - -q https://raw.githubusercontent.com/mszostok/codeowners-validator/master/install.sh| sh -s v0.4 .0
7777
7878# Print version. Add ` --short` to print just the version number.
7979codeowners-validator -v
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ inputs:
4545
4646runs :
4747 using : ' docker'
48- image : ' docker://mszostok/codeowners-validator@sha256:8016ae44f761344ca86187fe5ed282c96b0b6b9b78d7c82402e2b19a5f9543be '
48+ image : ' docker://mszostok/codeowners-validator:v0.4.0 '
4949 env :
5050 ENVS_PREFIX : " INPUT"
5151
You can’t perform that action at this time.
0 commit comments