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:
Thomas Frans
2024-01-06 16:17:08 +01:00
committed by Henrik Friedrichsen
parent cef08e6e01
commit 2056e56ef5

View File

@@ -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'