diff --git a/.github/workflows/get-cloud-api-spec.yml b/.github/workflows/get-cloud-api-spec.yml index 0f3e04cf67..eecb09fd69 100644 --- a/.github/workflows/get-cloud-api-spec.yml +++ b/.github/workflows/get-cloud-api-spec.yml @@ -38,7 +38,7 @@ jobs: id: commit-info run: | COMMIT_SHA="${{ github.event.client_payload.commit_sha }}" - COMMIT_URL="https://github.com/${{ github.event.repository.full_name }}/commit/${COMMIT_SHA}" + COMMIT_URL="https://github.com/redpanda-data/cloudv2/commit/${COMMIT_SHA}" echo "COMMIT_SHA=${COMMIT_SHA}" >> $GITHUB_ENV echo "COMMIT_URL=${COMMIT_URL}" >> $GITHUB_ENV