From 642ed83218e60b8e47bd4e710315ed215529af24 Mon Sep 17 00:00:00 2001 From: albert Date: Sat, 13 Apr 2024 10:32:37 +0900 Subject: [PATCH] Updates --- .forgejo/workflows/update-flake-lock.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/update-flake-lock.yml b/.forgejo/workflows/update-flake-lock.yml index 0c06fc81..3376be0a 100644 --- a/.forgejo/workflows/update-flake-lock.yml +++ b/.forgejo/workflows/update-flake-lock.yml @@ -1,9 +1,9 @@ name: update-flake-lock run-name: ${{ github.actor }} - update-flake-lock on: - schedule: - - cron: '0 0 * * *' - # “At 00:00 daily." + schedule: + - cron: '0 0 * * *' + # “At 00:00 daily." jobs: update-flake-lock: