Skip to content

Commit 2a4546f

Browse files
author
Michael Henderson
committed
fix(update-stores): KFUTIL_ARG from inputs.targetRepo
1 parent 7d16c09 commit 2a4546f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-stores.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: set-local-env-vars
1919
run: |
2020
echo "TARGET_REPO_BRANCH=${{ inputs.targetRepo }}" | tee -a $GITHUB_ENV
21-
echo "KFUTIL_ARG=all" | tee -a $GITHUB_ENV
21+
echo "KFUTIL_ARG=${{ inputs.targetRepo }}" | tee -a $GITHUB_ENV
2222
- name: Set TARGET_REPO_BRANCH from repository_dispatch input
2323
if: github.event_name == 'repository_dispatch'
2424
id: set-env-vars-from-payload

0 commit comments

Comments
 (0)