Skip to content

Commit

Permalink
with workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
vasfvitor committed Oct 28, 2023
1 parent d21e8a7 commit 6bca781
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/trigger-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ name: update-docs-modified
on:
repository_dispatch:
types: [dispatch-test]
workflow_dispatch:
inputs:
gitName:
description: 'git name for PR'
required: false
default: 'tauri-bot'
gitEmail:
description: 'git email for PR'
required: false
default: '[email protected]'
tauriBranch:
description: 'tauri branch to pull'
required: false
default: 1.x

jobs:
update-docs:
Expand All @@ -13,5 +27,5 @@ jobs:
uses: actions/checkout@v3
with:
repository: vasfvitor/tauri
ref: 1.x
ref: ${{inputs.tauriBranch}}
path: tauri

0 comments on commit 6bca781

Please sign in to comment.