forked from lix-project/nix-eval-jobs
nix-github-action: fix value beeing interpreted as bool
This commit is contained in:
parent
f49cb87963
commit
6f4bee53f6
2
.github/workflows/nix-github-actions.yml
vendored
2
.github/workflows/nix-github-actions.yml
vendored
|
@ -57,4 +57,4 @@ jobs:
|
||||||
- nix-build
|
- nix-build
|
||||||
- tests
|
- tests
|
||||||
steps:
|
steps:
|
||||||
- run: true
|
- run: "true"
|
||||||
|
|
Loading…
Reference in a new issue