Skip to content

Commit 62b0213

Browse files
Fix github workspace path in update ci job
1 parent 3feaef3 commit 62b0213

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
51+
with:
52+
path: /tmp/
5153
- uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # 6.5.0
5254
with:
5355
enable-cache: true
@@ -70,7 +72,7 @@ jobs:
7072
- uses: technote-space/create-pr-action@91114507cf92349bec0a9a501c2edf1635427bc5 # 2.1.4
7173
with:
7274
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'
75+
bash -c 'source /etc/os-release; uv pip compile --output-file="/tmp/requirements/${{ matrix.os_release }}/${ID,,}_${VERSION_ID%.*}.txt" "/tmp/requirements/${{ matrix.os_release }}/pyproject.toml" --upgrade'
7476
COMMIT_MESSAGE: "Upgrade OpenStack Kolla dependencies"
7577
COMMIT_NAME: "electrocucaracha bot"
7678
PR_BRANCH_NAME: "versions-update-${PR_ID}"

0 commit comments

Comments
 (0)