From c09d5ff15528005223ae77522a9c3d443b93d7e2 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 23 May 2023 12:15:17 -0400 Subject: actions: don't use cachix when only updating inputs --- .github/workflows/update-inputs.yaml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.github/workflows/update-inputs.yaml') diff --git a/.github/workflows/update-inputs.yaml b/.github/workflows/update-inputs.yaml index e68295b..62308fb 100644 --- a/.github/workflows/update-inputs.yaml +++ b/.github/workflows/update-inputs.yaml @@ -21,15 +21,9 @@ jobs: with: github_access_token: ${{ secrets.GITHUB_TOKEN }} - - name: setup cachix - uses: cachix/cachix-action@v12 - with: - name: getchoo - - name: update all inputs uses: DeterminateSystems/update-flake-lock@v19 with: - inputs: nixpkgs nixpkgsUnstable commit-msg: "chore: update all inputs" pr-title: "chore: update all inputs" pr-body: | -- cgit v1.2.3