nix-github-action: fix value beeing interpreted as bool

This commit is contained in:
Jörg Thalheim 2023-12-10 11:12:28 +01:00 committed by mergify[bot]
parent f49cb87963
commit 6f4bee53f6

View file

@ -57,4 +57,4 @@ jobs:
- nix-build
- tests
steps:
- run: true
- run: "true"