try actions

This commit is contained in:
fuckwit 2025-01-09 19:50:56 +01:00
parent 8a74d36bd7
commit 60c364dd22

View 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}}