mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +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:
|
||||
workflow_dispatch: # Manually start a workflow
|
||||
@ -95,8 +95,6 @@ jobs:
|
||||
path: main
|
||||
- name: Push Firmware files to https://github.com/arendst/Tasmota-firmware
|
||||
run: |
|
||||
git config user.name 'github-actions'
|
||||
git config user.email 'github-actions@github.com'
|
||||
git add ./firmware*
|
||||
git commit -a ${GITHUB_SHA}
|
||||
git push
|
||||
@ -108,8 +106,6 @@ jobs:
|
||||
run: |
|
||||
echo ${GITHUB_SHA} &> trigger.txt
|
||||
echo "$(<trigger.txt)"
|
||||
git config user.name 'github-actions'
|
||||
git config user.email 'github-actions@github.com'
|
||||
git add trigger.txt
|
||||
git commit -a ${GITHUB_SHA}
|
||||
git push
|
||||
|
Loading…
x
Reference in New Issue
Block a user