Update Test_build_dev.yml

This commit is contained in:
Jason2866 2021-10-13 19:24:42 +02:00 committed by GitHub
parent 9349e19b50
commit 7ccc17aaa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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