We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806ab3b commit 3ecbb69Copy full SHA for 3ecbb69
1 file changed
.github/workflows/rust-cargo-update.yaml
@@ -1,8 +1,15 @@
1
name: Rust Cargo Update
2
on:
3
workflow_dispatch:
4
+ inputs:
5
+ reviewer:
6
+ description: GitHub username to set as PR reviewer. Falls back to github.actor if not set.
7
+ type: string
8
+ required: false
9
10
jobs:
- rust-daily:
11
+ rust-cargo-update:
12
uses: IronCoreLabs/workflows/.github/workflows/rust-cargo-update.yaml@rust-cargo-update-v1
13
+ with:
14
+ reviewer: ${{inputs.reviewer}}
15
secrets: inherit
0 commit comments