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 7cd1718 commit 2af5811Copy full SHA for 2af5811
1 file changed
.github/workflows/ci-build.yaml
@@ -290,7 +290,7 @@ jobs:
290
git checkout -- go.mod go.sum
291
make codegen-local
292
# generalizing repo name for forks: ${{ github.event.repository.name }}
293
- working-directory: /home/runner/go/src/github.com/${{ github.event.repository.name }}
+ working-directory: /home/runner/go/src/github.com/argoproj/${{ github.event.repository.name }}
294
- name: Check nothing has changed
295
run: |
296
set -xo pipefail
0 commit comments