From ee9dcfb87903b53ed25537dc10bbf52332eb5e8b Mon Sep 17 00:00:00 2001 From: Johannes Date: Tue, 29 Mar 2022 09:10:33 +0200 Subject: [PATCH] fix file pattern --- .github/workflows/nextion2text.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nextion2text.yml b/.github/workflows/nextion2text.yml index 4c22eaa2..bd32ac22 100644 --- a/.github/workflows/nextion2text.yml +++ b/.github/workflows/nextion2text.yml @@ -48,4 +48,4 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: ${{ steps.last-commit-message.outputs.msg }} (add nextion2text) - file_pattern: HMI/n2t-out/*.txt + file_pattern: "**.txt"