From 73ebebb1a1c0caf9315479f75c4106657ce69ab5 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Tue, 29 Mar 2022 10:02:20 +0200 Subject: [PATCH] Update nextion2text.yml --- .github/workflows/nextion2text.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nextion2text.yml b/.github/workflows/nextion2text.yml index aee6eebd..e43b3111 100644 --- a/.github/workflows/nextion2text.yml +++ b/.github/workflows/nextion2text.yml @@ -37,12 +37,12 @@ jobs: continue-on-error: true run: | python Nextion2Text.py -s -d -p -p visual -i HMI/nspanel.HMI -o HMI/n2t-out-visual - python Nextion2Text.py -s -d -i HMI/nspanel.HMI -o HMI/n2t-out + python Nextion2Text.py -d -i HMI/nspanel.HMI -o HMI/n2t-out - name: Run n2t US continue-on-error: true run: | - python Nextion2Text.py -s -d -i HMI/US/portrait/nspanel_US_P.HMI -o HMI/US/portrait/n2t-out + python Nextion2Text.py -d -i HMI/US/portrait/nspanel_US_P.HMI -o HMI/US/portrait/n2t-out diff -bur HMI/n2t-out HMI/US/portrait/n2t-out > HMI/US/portrait/diff-eu-version.txt - uses: stefanzweifel/git-auto-commit-action@v4