ci: fix update-flake branch inputs (#7345)
Help with allowing multiple Prs from actions to different branches. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
6c53df3b9c
commit
4bd4634525
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-flake.yml
vendored
4
.github/workflows/update-flake.yml
vendored
|
|
@ -4,7 +4,6 @@ on:
|
|||
# Update every Sunday and Wednesday
|
||||
- cron: "51 3 * * 0,3"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
update:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -58,4 +57,5 @@ jobs:
|
|||
|
||||
[update-flake-lock]: https://github.com/DeterminateSystems/update-flake-lock
|
||||
[${{ github.run_id }}]: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
||||
base-branch: ${{ matrix.branch }}
|
||||
base: ${{ matrix.branch }}
|
||||
branch: update/${{ matrix.branch }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue