chore(ci): Specify branch for update-flake-lock

This commit is contained in:
Sridhar Ratnakumar 2024-04-21 11:20:06 +10:00
parent 99a4500e24
commit e43bc631b4
2 changed files with 4 additions and 2 deletions

View File

@ -19,4 +19,5 @@ jobs:
pr-title: "Update doc/flake.lock"
pr-labels: |
automated
path-to-flake-dir: 'doc/'
path-to-flake-dir: 'doc/'
branch: "update_flake_lock_doc"

View File

@ -19,4 +19,5 @@ jobs:
pr-title: "Update example/flake.lock"
pr-labels: |
automated
path-to-flake-dir: 'example/'
path-to-flake-dir: 'example/'
branch: "update_flake_lock_example"