Skip to content

Commit 3ecbb69

Browse files
authored
Fix rust-cargo-update (#269)
1 parent 806ab3b commit 3ecbb69

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
name: Rust Cargo Update
22
on:
33
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
49

510
jobs:
6-
rust-daily:
11+
rust-cargo-update:
712
uses: IronCoreLabs/workflows/.github/workflows/rust-cargo-update.yaml@rust-cargo-update-v1
13+
with:
14+
reviewer: ${{inputs.reviewer}}
815
secrets: inherit

0 commit comments

Comments
 (0)