try actions
This commit is contained in:
parent
8a74d36bd7
commit
60c364dd22
13
.gitea/workflows/update-flake-lock.yaml
Normal file
13
.gitea/workflows/update-flake-lock.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: update-flake-lock
|
||||||
|
on:
|
||||||
|
workflow_dispatch: # allows manual triggering
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
lockfile:
|
||||||
|
runs-on: nix
|
||||||
|
steps:
|
||||||
|
- run: echo ${{gitea}}
|
||||||
|
- run: echo ${{env}}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user