From 9e69e7c71e9d82f5223e3b164953b11a9b52e9c8 Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 8 Feb 2024 11:43:53 -0500 Subject: [PATCH] ci: fmt --- .woodpecker/flake-lock-update.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker/flake-lock-update.yml b/.woodpecker/flake-lock-update.yml index 024eeea..e6949f8 100644 --- a/.woodpecker/flake-lock-update.yml +++ b/.woodpecker/flake-lock-update.yml @@ -11,10 +11,10 @@ steps: update: image: nixos/nix commands: | - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - echo "access-tokens = github.com=$${GH_PAT}" >> /etc/nix/nix.conf - nix flake update - secrets: [ gh_pat ] + echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf + echo "access-tokens = github.com=$${GH_PAT}" >> /etc/nix/nix.conf + nix flake update + secrets: [gh_pat] push-changes: image: appleboy/drone-git-push settings: