From e619add55ea752b2afe93bc2f1747757d442a1fb Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 18 Jun 2025 11:36:28 -0400 Subject: [PATCH] ...prettier... --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 336906b..1079c58 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -3,7 +3,7 @@ name: "Flake.lock: update Nix dependencies" on: workflow_dispatch: # allows manual triggering schedule: - - cron: '0 0 * * 0' # runs weekly on Sunday at 00:00 + - cron: "0 0 * * 0" # runs weekly on Sunday at 00:00 jobs: nix-flake-update: @@ -19,6 +19,6 @@ jobs: - uses: DeterminateSystems/update-flake-lock@main with: pr-title: "Update Nix flake inputs" # Title of PR to be created - pr-labels: | # Labels to be set on the PR + pr-labels: | # Labels to be set on the PR dependencies automated