Skip to content

Commit cc1c60d

Browse files
committed
chore(ci): update update_flake_lock
1 parent 2c56342 commit cc1c60d

File tree

2 files changed

+8
-40
lines changed

2 files changed

+8
-40
lines changed

.github/workflows/update-flake-lock-ds.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/update_flake_lock.yml

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
permissions:
1111
contents: write
1212
id-token: write
13-
issues: write
14-
pull-requests: write
1513
runs-on: ubuntu-latest
1614
steps:
1715
- name: Checkout repository
@@ -24,17 +22,12 @@ jobs:
2422
ignore-missing-flake-lock: false
2523
fail-mode: true
2624
- name: Update flake.lock
27-
if: ${{ github.event_name != 'pull_request' }}
28-
uses: DeterminateSystems/update-flake-lock@v27
25+
run: |
26+
nix flake update
27+
- uses: stefanzweifel/git-auto-commit-action@v7
2928
with:
30-
inputs: nixpkgs nix-filter
31-
#- name: Run flake-update
32-
# run: |
33-
# nix flake update
34-
#- uses: stefanzweifel/git-auto-commit-action@v7
35-
# with:
36-
# commit_message: "chore(lockfile): auto update flake.lock"
37-
# commit_user_name: "github-actions[bot]"
38-
# commit_user_email: "41898282+github-actions[bot]@users.noreply.github.com"
39-
# commit_author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
40-
# file_pattern: "flake.lock"
29+
commit_message: "chore(lockfile): auto update flake.lock"
30+
commit_user_name: "github-actions[bot]"
31+
commit_user_email: "32497323+github-actions[bot]@users.noreply.github.com"
32+
commit_author: "github-actions[bot] <32497323+github-actions[bot]@users.noreply.github.com>"
33+
file_pattern: "flake.lock"

0 commit comments

Comments
 (0)