enquote CI command

This commit is contained in:
Kiara Grouwstra 2025-07-05 22:06:27 +02:00
parent 5282bb1b7e
commit 4a253dbf11
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -25,7 +25,7 @@ jobs:
runs-on: native runs-on: native
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: nix-shell --run attic push demo $(nix-build services -A tests.peertube) - run: nix-shell --run 'attic push demo $(nix-build services -A tests.peertube)'
check-panel: check-panel:
runs-on: native runs-on: native