From cc582983ed84850add201b9781c0ec9e05c8a810 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sun, 13 Mar 2022 13:26:56 +0100 Subject: [PATCH] fix(ci): `update-flake-lock` (#1213) fix a semantic error --- .github/workflows/update-flake-lock.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index 06b083e6..615f8fcd 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -17,6 +17,7 @@ jobs: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Update flake.lock uses: DeterminateSystems/update-flake-lock@v8 - pr-labels: | - dependencies - nix + with: + pr-labels: | + dependencies + nix