Skip to content

Commit 2d55f16

Browse files
committed
generalize in toolchain for codegen
Signed-off-by: reggie-k <regina.voloshin@codefresh.io>
1 parent 727662e commit 2d55f16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
make install-codegen-tools-local
281281
make install-go-tools-local
282282
# generalizing repo name for forks: ${{ github.event.repository.name }}
283-
working-directory: /home/runner/go/src/github.com/argoproj/argo-cd
283+
working-directory: /home/runner/go/src/github.com/argoproj/${{ github.event.repository.name }}
284284
# We install kustomize in the dist directory
285285
- name: Add dist to PATH
286286
run: |

0 commit comments

Comments
 (0)