Fix typo.
parent
bc0eef18dd
commit
9efa33a2d0
|
@ -28,7 +28,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
wget -O- \
|
wget -O- \
|
||||||
-H'Accept: application/json' \
|
-H'Accept: application/json' \
|
||||||
"https://api.github.com/repos/tonariono/innernet/releases/latest" \
|
"https://api.github.com/repos/tonarino/innernet/releases/latest" \
|
||||||
| jq -r '(.name + " " + .tarball_url)' \
|
| jq -r '(.name + " " + .tarball_url)' \
|
||||||
| (
|
| (
|
||||||
read release tarball_url
|
read release tarball_url
|
||||||
|
|
Loading…
Reference in New Issue