chore(actions): remove unsupported pr-branch input
The latest version of the Rust toolchain update action supports a `pr-branch` input. It's not yet supported on `v1.1`.
This commit is contained in:
committed by
Henrik Friedrichsen
parent
cef08e6e01
commit
2056e56ef5
1
.github/workflows/update-rust-toolchain.yml
vendored
1
.github/workflows/update-rust-toolchain.yml
vendored
@@ -17,5 +17,4 @@ jobs:
|
||||
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||
toolchain-path: ./rust-toolchain.toml
|
||||
commit-msg: 'chore(toolchain): update'
|
||||
pr-branch: main
|
||||
pr-title: 'chore(toolchain): update'
|
||||
|
||||
Reference in New Issue
Block a user