Skip to content

Commit

Permalink
fix(ci): default input should be 'all'
Browse files Browse the repository at this point in the history
  • Loading branch information
spbsoluble committed Sep 28, 2023
1 parent 6ae0fe8 commit b1711ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-stores.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:
inputs:
targetRepo:
description: 'Target repository for workflow_dispatch'
default: 'kfutil-all'
default: 'all'

jobs:
create_pull_request:
runs-on: ubuntu-latest
steps:
- name: Set TARGET_REPO_BRANCH from workflow_dipatch input
- name: Set TARGET_REPO_BRANCH from workflow_dispatch input
if: github.event_name == 'workflow_dispatch'
id: set-local-env-vars
run: |
Expand Down

0 comments on commit b1711ca

Please sign in to comment.