gnucash-on-windows future: Nightly build: Fix incorrect indentation and missing closing bracket.
John Ralls
jralls at code.gnucash.org
Sat Aug 22 14:27:44 EDT 2026
Updated via https://github.com/Gnucash/gnucash-on-windows/commit/8820eb3f (commit)
from https://github.com/Gnucash/gnucash-on-windows/commit/b4217ac6 (commit)
commit 8820eb3f9a2a7300dc052d7116af47f5ad7a7858
Author: John Ralls <jralls at ceridwen.us>
Date: Sat Aug 22 11:27:26 2026 -0700
Nightly build: Fix incorrect indentation and missing closing bracket.
diff --git a/.github/workflows/gnucash-ucrt64-nightly.yml b/.github/workflows/gnucash-ucrt64-nightly.yml
index 7b017cc..e7b607b 100644
--- a/.github/workflows/gnucash-ucrt64-nightly.yml
+++ b/.github/workflows/gnucash-ucrt64-nightly.yml
@@ -1,8 +1,9 @@
name: gnucash-ucrt64-nightly
on: [
- workflow_dispatch
- schedule:
- -cron '0 3 * * *'
+ workflow_dispatch
+ schedule:
+ -cron '0 3 * * *'
+ ]
permissions: {}
jobs:
gnucash_future_ucrt64_bundle:
Summary of changes:
.github/workflows/gnucash-ucrt64-nightly.yml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
More information about the gnucash-changes
mailing list