mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Update Test_build_dev.yml
This commit is contained in:
parent
9349e19b50
commit
7ccc17aaa7
6
.github/workflows/Test_build_dev.yml
vendored
6
.github/workflows/Test_build_dev.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Build firmware development
|
name: Build Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # Manually start a workflow
|
workflow_dispatch: # Manually start a workflow
|
||||||
@ -95,8 +95,6 @@ jobs:
|
|||||||
path: main
|
path: main
|
||||||
- name: Push Firmware files to https://github.com/arendst/Tasmota-firmware
|
- name: Push Firmware files to https://github.com/arendst/Tasmota-firmware
|
||||||
run: |
|
run: |
|
||||||
git config user.name 'github-actions'
|
|
||||||
git config user.email 'github-actions@github.com'
|
|
||||||
git add ./firmware*
|
git add ./firmware*
|
||||||
git commit -a ${GITHUB_SHA}
|
git commit -a ${GITHUB_SHA}
|
||||||
git push
|
git push
|
||||||
@ -108,8 +106,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo ${GITHUB_SHA} &> trigger.txt
|
echo ${GITHUB_SHA} &> trigger.txt
|
||||||
echo "$(<trigger.txt)"
|
echo "$(<trigger.txt)"
|
||||||
git config user.name 'github-actions'
|
|
||||||
git config user.email 'github-actions@github.com'
|
|
||||||
git add trigger.txt
|
git add trigger.txt
|
||||||
git commit -a ${GITHUB_SHA}
|
git commit -a ${GITHUB_SHA}
|
||||||
git push
|
git push
|
||||||
|
Loading…
x
Reference in New Issue
Block a user