From 902d1092db91aed9b2a13a42eb16cacc050306fb Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Thu, 9 Jan 2025 21:45:39 +0100 Subject: [PATCH] Show executed command in action --- .forgejo/workflows/gitify.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/gitify.yaml b/.forgejo/workflows/gitify.yaml index 5a0d8a0..7c0e649 100644 --- a/.forgejo/workflows/gitify.yaml +++ b/.forgejo/workflows/gitify.yaml @@ -54,4 +54,6 @@ jobs: EOF mkdir -p consolidated_texts - name: Generate git repositories of consolidated texts - run: npx tsx src/scripts/export_consolidated_texts_to_git.ts ${{ inputs.force == 'true' && '--force' || '' }} --push consolidated_texts + run: | + set -x + npx tsx src/scripts/export_consolidated_texts_to_git.ts ${{ inputs.force == 'true' && '--force' || '' }} --push consolidated_texts