diff options
| author | seth <[email protected]> | 2024-06-10 18:44:09 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-06-10 18:44:09 -0400 |
| commit | e71d16a7031fe86c3bdba6841ef802be3110ca57 (patch) | |
| tree | fc2281bee3efe37dbf245d5f748ad8ad4dd8892c /.github | |
| parent | 08944ad4f6293fc540b7cfc8dd89815078d6d0e1 (diff) | |
ci: cleanup update-flake workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-flake.yaml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml index 502b0fa..e1a7112 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -9,7 +9,6 @@ on: jobs: update: name: Run update - runs-on: ubuntu-latest permissions: @@ -23,10 +22,8 @@ jobs: - name: Install Nix uses: DeterminateSystems/nix-installer-action@v12 - - name: Update lockfile & make PR + - name: Update flake.lock & make PR uses: DeterminateSystems/update-flake-lock@v22 - id: update with: - commit-msg: "flake: update inputs" - pr-title: "flake: update inputs" - token: ${{ github.token }} + commit-msg: "nix: update flake.lock" + pr-title: "nix: update flake.lock" |
