File tree Expand file tree Collapse file tree 2 files changed +8
-40
lines changed Expand file tree Collapse file tree 2 files changed +8
-40
lines changed Load Diff This file was deleted. 
Original file line number Diff line number Diff line change 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" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments