!= instead of -ne
This commit is contained in:
parent
47862890e7
commit
b252e116f6
2
.github/workflows/use-action.yaml
vendored
2
.github/workflows/use-action.yaml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
KO_DOCKER_REPO: already-set
|
||||
- name: Check pre-set KO_DOCKER_REPO
|
||||
run: |
|
||||
if [[ ${KO_DOCKER_REPO} -ne "already-set"]]; then
|
||||
if [[ "${KO_DOCKER_REPO}" != "already-set"]]; then
|
||||
echo "${KO_DOCKER_REPO} != already-set"
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user