Update nextion2text.yml

This commit is contained in:
Johannes
2022-03-12 20:18:10 +01:00
committed by GitHub
parent 15570fc096
commit 0617cae706

View File

@@ -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