about summary refs log tree commit diff
path: root/.github/workflows/update.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/update.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml
index 69d3980..af05bdf 100644
--- a/.github/workflows/update.yml
+++ b/.github/workflows/update.yml
@@ -1,9 +1,8 @@
-name: 'Update flake.lock'
+name: "Update flake.lock"
 on:
   workflow_dispatch:
   schedule:
-    - cron: '30 5 * * 0'
-
+    - cron: "30 5 * * 0"
 # you need to grant permissions to create PR:
 # https://github.com/DeterminateSystems/update-flake-lock/issues/75
 jobs: