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 ae68a8b commit a8ceb4bCopy full SHA for a8ceb4b
1 file changed
.github/workflows/ci-build.yaml
@@ -261,7 +261,7 @@ jobs:
261
# generalizing repo name for forks: ${{ github.event.repository.name }}
262
run: |
263
mkdir -p ~/go/src/github.com/argoproj
264
- cp -a ../argo-cd ~/go/src/github.com/argoproj
+ cp -a ../${{ github.event.repository.name }} ~/go/src/github.com/argoproj
265
- name: Add ~/go/bin to PATH
266
267
echo "/home/runner/go/bin" >> $GITHUB_PATH
0 commit comments