Skip to content

Commit

Permalink
chore(actions): remove unsupported pr-branch input
Browse files Browse the repository at this point in the history
The latest version of the Rust toolchain update action supports a
`pr-branch` input. It's not yet supported on `v1.1`.
  • Loading branch information
ThomasFrans authored and hrkfdn committed Jan 8, 2024
1 parent cef08e6 commit 2056e56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/update-rust-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 2056e56

Please sign in to comment.