prerelease step with workflow dispatch for update bug.

This commit is contained in:
Jakub Jezek 2023-04-21 13:27:10 +02:00
parent 8b4251f01f
commit d03200238b
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -65,3 +65,9 @@ jobs:
source_ref: 'main'
target_branch: 'develop'
commit_message_template: '[Automated] Merged {source_ref} into {target_branch}'
- name: Invoke Update bug report workflow
uses: benc-uk/workflow-dispatch@v1
with:
workflow: update_bug_report.yml
token: ${{ secrets.YNPUT_BOT_TOKEN }}