Skip to content

Commit 913704c

Browse files
Fix github workspace path in update ci job
1 parent 3feaef3 commit 913704c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- uses: technote-space/create-pr-action@91114507cf92349bec0a9a501c2edf1635427bc5 # 2.1.4
7171
with:
7272
EXECUTE_COMMANDS: |
73-
bash -c 'source /etc/os-release; uv pip compile --output-file="${GITHUB_WORKSPACE}/requirements/${{ matrix.os_release }}/${ID,,}_${VERSION_ID%.*}.txt" "${GITHUB_WORKSPACE}/requirements/${{ matrix.os_release }}/pyproject.toml" --upgrade'
73+
bash -c 'source /etc/os-release; uv pip compile --output-file="${{github.workspace}}/requirements/${{ matrix.os_release }}/${ID,,}_${VERSION_ID%.*}.txt" "${{github.workspace}}/requirements/${{ matrix.os_release }}/pyproject.toml" --upgrade'
7474
COMMIT_MESSAGE: "Upgrade OpenStack Kolla dependencies"
7575
COMMIT_NAME: "electrocucaracha bot"
7676
PR_BRANCH_NAME: "versions-update-${PR_ID}"

0 commit comments

Comments
 (0)