mirror of https://github.com/arendst/Tasmota.git
try trigger #2
This commit is contained in:
parent
cf2891f9b9
commit
db50783dd3
|
@ -1351,3 +1351,17 @@ jobs:
|
|||
destination_repo: 'arendst/Tasmota-firmware'
|
||||
user_email: 'github-actions@github.com'
|
||||
user_name: 'github-actions'
|
||||
- name: Creat trigger.txt
|
||||
run: |
|
||||
echo ${GITHUB_SHA} &> trigger.txt
|
||||
echo "$(<trigger.txt)"
|
||||
- name: Push trigger.txt to start Tasmota Specials workflow
|
||||
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: 'special_builder'
|
||||
user_email: 'github-actions@github.com'
|
||||
user_name: 'github-actions'
|
||||
|
|
Loading…
Reference in New Issue