ci: bring back double quotes
Some checks failed
ci/woodpecker/cron/flake-lock-update Pipeline failed

This commit is contained in:
notohh 2024-01-23 19:00:41 -05:00
parent 77864e5a7f
commit 5a0f36937e
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -12,7 +12,7 @@ steps:
image: nixos/nix image: nixos/nix
commands: | commands: |
echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
echo 'access-tokens = github.com=$${GH_PAT}' >> /etc/nix/nix.conf echo "access-tokens = github.com=$${GH_PAT}" >> /etc/nix/nix.conf
nix flake update nix flake update
secrets: [ gh_pat ] secrets: [ gh_pat ]
push-changes: push-changes: