LnL7 / nix-darwin

nix modules for darwin
MIT License
3.19k stars 457 forks source link

`github-runner`: Labels are not passed correctly #1085

Closed srid closed 1 week ago

srid commented 2 months ago

After #1055, the github-runner's configure script contains bash that sets labels like this:

--labels "'sambar,aarch64-darwin,x86_64-darwin'"

Note the double quotation above.

PR #1055 did add the double quotes so I'm guessing that's the trigger?

When passing --labels like this, GitHub will consider that inner quote (') as being part of the label text, leading to:

image

Ref: https://github.com/juspay/github-nix-ci/issues/10