From 0617cae7067ae3a6f794854716d99e16a65a52da Mon Sep 17 00:00:00 2001 From: Johannes Date: Sat, 12 Mar 2022 20:18:10 +0100 Subject: [PATCH] Update nextion2text.yml --- .github/workflows/nextion2text.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/nextion2text.yml b/.github/workflows/nextion2text.yml index 4e37ff82..38184d71 100644 --- a/.github/workflows/nextion2text.yml +++ b/.github/workflows/nextion2text.yml @@ -17,9 +17,8 @@ jobs: - name: Run nextion2text run: | - sudo apt update && sudo apt install -y python3 cd HMI - wget https://raw.githubusercontent.com/joBr99/Nextion2Text/master/Nextion2Text.py + wget https://raw.githubusercontent.com/joBr99/Nextion2Text/linux/Nextion2Text.py python Nextion2Text.py -i nspanel.HMI -o n2t-out - uses: stefanzweifel/git-auto-commit-action@v4