diff options
| author | seth <[email protected]> | 2023-05-23 12:15:17 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-23 12:15:17 -0400 |
| commit | c09d5ff15528005223ae77522a9c3d443b93d7e2 (patch) | |
| tree | 603da53413a87b5aeaee489d9786ec2078889bf4 /.github/workflows/update-inputs.yaml | |
| parent | e57071856a76fe809e885a510c7bb3e248bb362e (diff) | |
actions: don't use cachix when only updating inputs
Diffstat (limited to '.github/workflows/update-inputs.yaml')
| -rw-r--r-- | .github/workflows/update-inputs.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
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: | |
