Skip to content

Commit 2af5811

Browse files
committed
generalize in codegen
Signed-off-by: reggie-k <regina.voloshin@codefresh.io>
1 parent 7cd1718 commit 2af5811

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
@@ -290,7 +290,7 @@ jobs:
290290
git checkout -- go.mod go.sum
291291
make codegen-local
292292
# generalizing repo name for forks: ${{ github.event.repository.name }}
293-
working-directory: /home/runner/go/src/github.com/${{ github.event.repository.name }}
293+
working-directory: /home/runner/go/src/github.com/argoproj/${{ github.event.repository.name }}
294294
- name: Check nothing has changed
295295
run: |
296296
set -xo pipefail

0 commit comments

Comments
 (0)