try trigger #2

This commit is contained in:
Jason2866 2021-08-27 17:14:33 +02:00 committed by GitHub
parent cf2891f9b9
commit db50783dd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -1351,3 +1351,17 @@ jobs:
destination_repo: 'arendst/Tasmota-firmware' destination_repo: 'arendst/Tasmota-firmware'
user_email: 'github-actions@github.com' user_email: 'github-actions@github.com'
user_name: 'github-actions' 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'