We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d16c09 commit 2a4546fCopy full SHA for 2a4546f
.github/workflows/update-stores.yml
@@ -18,7 +18,7 @@ jobs:
18
id: set-local-env-vars
19
run: |
20
echo "TARGET_REPO_BRANCH=${{ inputs.targetRepo }}" | tee -a $GITHUB_ENV
21
- echo "KFUTIL_ARG=all" | tee -a $GITHUB_ENV
+ echo "KFUTIL_ARG=${{ inputs.targetRepo }}" | tee -a $GITHUB_ENV
22
- name: Set TARGET_REPO_BRANCH from repository_dispatch input
23
if: github.event_name == 'repository_dispatch'
24
id: set-env-vars-from-payload
0 commit comments