Skip to content

Commit cbc2caf

Browse files
[CI] update ws name in updload documentation
1 parent de6893f commit cbc2caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
run: |
159159
set -e
160160
set -x
161-
cd ${GITHUB_WORKSPACE}/colcon_ws/src/QpSolverCollection
161+
cd ${GITHUB_WORKSPACE}/colcon_ws/src/${{ github.repository }}
162162
git config --global user.name "Masaki Murooka"
163163
git config --global user.email "m-murooka@aist.go.jp"
164164
git remote set-url origin "https://mmurooka:${{ secrets.CI_TOKEN }}@github.com/isri-aist/QpSolverCollection"

0 commit comments

Comments
 (0)