From 8cdfe32679f71c73f790185e3de46b0fb51d5d1f Mon Sep 17 00:00:00 2001 From: Johannes Date: Tue, 29 Mar 2022 09:47:15 +0200 Subject: [PATCH] swap diff --- .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 bd32ac22..aee6eebd 100644 --- a/.github/workflows/nextion2text.yml +++ b/.github/workflows/nextion2text.yml @@ -43,7 +43,7 @@ jobs: continue-on-error: true run: | python Nextion2Text.py -s -d -i HMI/US/portrait/nspanel_US_P.HMI -o HMI/US/portrait/n2t-out - diff -bur HMI/US/portrait/n2t-out HMI/n2t-out > HMI/US/portrait/diff-eu-version.txt + diff -bur HMI/n2t-out HMI/US/portrait/n2t-out > HMI/US/portrait/diff-eu-version.txt - uses: stefanzweifel/git-auto-commit-action@v4 with: