mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-24 00:14:26 +01:00
Update nextion2text.yml
This commit is contained in:
7
.github/workflows/nextion2text.yml
vendored
7
.github/workflows/nextion2text.yml
vendored
@@ -19,6 +19,11 @@ jobs:
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
|
||||
- name: Get last commit message
|
||||
id: last-commit-message
|
||||
run: |
|
||||
echo "::set-output name=msg::$(git log -1 --pretty=%s)"
|
||||
|
||||
- name: Run nextion2text
|
||||
run: |
|
||||
cd HMI
|
||||
@@ -27,5 +32,5 @@ jobs:
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: Add nextion2text
|
||||
commit_message: ${{ steps.last-commit-message.outputs.msg }} (add nextion2text)
|
||||
file_pattern: HMI/n2t-out/*.txt
|
||||
|
||||
Reference in New Issue
Block a user