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 727662e commit 2d55f16Copy full SHA for 2d55f16
1 file changed
.github/workflows/ci-build.yaml
@@ -280,7 +280,7 @@ jobs:
280
make install-codegen-tools-local
281
make install-go-tools-local
282
# generalizing repo name for forks: ${{ github.event.repository.name }}
283
- working-directory: /home/runner/go/src/github.com/argoproj/argo-cd
+ working-directory: /home/runner/go/src/github.com/argoproj/${{ github.event.repository.name }}
284
# We install kustomize in the dist directory
285
- name: Add dist to PATH
286
run: |
0 commit comments