Skip to content

Commit a8ceb4b

Browse files
committed
generalize in create symlink in gopath
Signed-off-by: reggie-k <regina.voloshin@codefresh.io>
1 parent ae68a8b commit a8ceb4b

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
@@ -261,7 +261,7 @@ jobs:
261261
# generalizing repo name for forks: ${{ github.event.repository.name }}
262262
run: |
263263
mkdir -p ~/go/src/github.com/argoproj
264-
cp -a ../argo-cd ~/go/src/github.com/argoproj
264+
cp -a ../${{ github.event.repository.name }} ~/go/src/github.com/argoproj
265265
- name: Add ~/go/bin to PATH
266266
run: |
267267
echo "/home/runner/go/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)