Compare commits
	
		
			4 commits
		
	
	
		
			b696c376ff
			...
			23a176df14
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 23a176df14 | |||
| 42bf8ddb83 | |||
| a4a32e95e0 | |||
| d29f467bc6 | 
					 1 changed files with 8 additions and 9 deletions
				
			
		|  | @ -1,22 +1,21 @@ | ||||||
| on: | on: | ||||||
|  |   push: | ||||||
|  |     branches: | ||||||
|  |       - main | ||||||
|   schedule: |   schedule: | ||||||
|     - cron: 0 */6 * * * |     - cron: 0 */6 * * * | ||||||
|    |    | ||||||
| jobs: | jobs: | ||||||
|   UpdateFlake: |   updateflake: | ||||||
|     runs-on: native |     runs-on: native | ||||||
| 
 |  | ||||||
|     steps: |     steps: | ||||||
|       - name: Check out repository code |       - name: Check out repository code | ||||||
|         uses: actions/checkout@v4 |         uses: actions/checkout@v4 | ||||||
|       - name: Update flake |       - run: |  | ||||||
|         run: |  |  | ||||||
|           cd ${{ env.FORGEJO_WORKSPACE }} |           cd ${{ env.FORGEJO_WORKSPACE }} | ||||||
|           nix flake update |           nix flake update | ||||||
|       - name: Commit new Flake.lock |       - run: | | ||||||
|         run: | |  | ||||||
|           git config --local user.email "christoph.hollizeck@hey.com" |           git config --local user.email "christoph.hollizeck@hey.com" | ||||||
|           git config --local user.name "forgjo-actions[bot]" |           git config --local user.name "forgjo-actions[bot]" | ||||||
|           git commit -a -m "chore: update flake" |           git commit -a -m "chore: update flake" | ||||||
|       - name: Push changes |       - run: git push | ||||||
|         run: git push |  | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue