Update Tasmota_build_development.yml

This commit is contained in:
Jason2866 2021-08-28 16:55:26 +02:00 committed by GitHub
parent 6839a7ef8a
commit e3f39bc1b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1355,13 +1355,13 @@ jobs:
run: |
echo ${GITHUB_SHA} &> trigger.txt
echo "$(<trigger.txt)"
- name: Push trigger.txt to start Tasmota Specials workflow
- name: Push trigger.txt to start workflow in repo https://github.com/arendst/Tasmota-firmware
uses: dmnemec/copy_file_to_another_repo_action@main
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source_file: 'trigger.txt'
destination_repo: 'Jason2866/Tasmota-specials'
destination_branch: 'start_build'
destination_repo: 'arendst/Tasmota-firmware'
destination_branch: 'action-development'
user_email: 'github-actions@github.com'
user_name: 'github-actions'