Skip to content

Commit b1711ca

Browse files
committed
fix(ci): default input should be 'all'
1 parent 6ae0fe8 commit b1711ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-stores.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77
inputs:
88
targetRepo:
99
description: 'Target repository for workflow_dispatch'
10-
default: 'kfutil-all'
10+
default: 'all'
1111

1212
jobs:
1313
create_pull_request:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- name: Set TARGET_REPO_BRANCH from workflow_dipatch input
16+
- name: Set TARGET_REPO_BRANCH from workflow_dispatch input
1717
if: github.event_name == 'workflow_dispatch'
1818
id: set-local-env-vars
1919
run: |

0 commit comments

Comments
 (0)