Update Tasmota_build_devel.yml

This commit is contained in:
Jason2866 2021-11-25 15:15:56 +01:00 committed by GitHub
parent f020cac8ec
commit 5a47a3e575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ name: Build_firmware_development
on:
workflow_dispatch: # Manually start a workflow
push:
# branches: development
branches: development
paths-ignore:
- '.github/**' # Ignore changes towards the .github directory
- '**.md' # Do no build if *.md files changes
@ -1386,7 +1386,7 @@ jobs:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source_file: 'trigger.txt'
destination_repo: 'Jason2866/tmp_copy'
destination_branch: 'action'
destination_repo: 'arendst/tmp_copy'
destination_branch: 'action-development'
user_email: 'github-actions@github.com'
user_name: 'github-actions'