From 0bd86b3702d867f3ef0f535bd59a05774747bbb5 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Thu, 9 Jan 2025 21:48:17 +0100 Subject: [PATCH] Fix order of arguments --- .forgejo/workflows/gitify.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/gitify.yaml b/.forgejo/workflows/gitify.yaml index 7c0e649..ec63d14 100644 --- a/.forgejo/workflows/gitify.yaml +++ b/.forgejo/workflows/gitify.yaml @@ -56,4 +56,4 @@ jobs: - name: Generate git repositories of consolidated texts run: | set -x - npx tsx src/scripts/export_consolidated_texts_to_git.ts ${{ inputs.force == 'true' && '--force' || '' }} --push consolidated_texts + npx tsx src/scripts/export_consolidated_texts_to_git.ts consolidated_texts ${{ inputs.force == 'true' && '--force' || '' }} --push