revert trigger different repo

This commit is contained in:
Jason2866 2021-08-27 16:26:51 +02:00 committed by GitHub
parent d9e5fea17c
commit bbe9f8f4ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1351,17 +1351,3 @@ 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'