Skip to content

Commit e43bc63

Browse files
committed
chore(ci): Specify branch for update-flake-lock
1 parent 99a4500 commit e43bc63

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/update-flake-lock-doc.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
pr-title: "Update doc/flake.lock"
2020
pr-labels: |
2121
automated
22-
path-to-flake-dir: 'doc/'
22+
path-to-flake-dir: 'doc/'
23+
branch: "update_flake_lock_doc"

.github/workflows/update-flake-lock-example.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
pr-title: "Update example/flake.lock"
2020
pr-labels: |
2121
automated
22-
path-to-flake-dir: 'example/'
22+
path-to-flake-dir: 'example/'
23+
branch: "update_flake_lock_example"

0 commit comments

Comments
 (0)