diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-12-14 08:08:31 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-12-14 08:08:31 -0800 |
| commit | 73e18041c8130927df8f20ca84c87a5884ae8695 (patch) | |
| tree | bf0a68b19542a50d8af30b79e005018c303dcd85 /.github/workflows/update.yml | |
| parent | flake.lock: Update (diff) | |
| download | infra-73e18041c8130927df8f20ca84c87a5884ae8695.tar.gz | |
test
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index db40b20..b6e407b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -3,7 +3,7 @@ name: Nix Autoupdater on: workflow_dispatch: {} schedule: - - cron: '0 0 * * *' + - cron: '0 0 * * *' jobs: update-packages: |
