From 484749c7d4c22721dfc0ce449325c0fe44443b56 Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Tue, 4 Nov 2025 11:49:30 +0100 Subject: [PATCH] fix: Adapt the URL for the OSC proposal job One more link affected from the project movement. --- .github/workflows/propose_osc_changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/propose_osc_changes.yml b/.github/workflows/propose_osc_changes.yml index a99f32cd..fd4912ae 100644 --- a/.github/workflows/propose_osc_changes.yml +++ b/.github/workflows/propose_osc_changes.yml @@ -34,7 +34,7 @@ jobs: run: mkdir -p codegenerator/wrk/openapi_specs/identity - name: Get the fresh openapi for the codegenerator - run: curl https://gtema.github.io/keystone/openapi.yaml -o codegenerator/wrk/openapi_specs/identity/keystone_rust.yaml + run: curl https://openstack-experimental.github.io/keystone/openapi.yaml -o codegenerator/wrk/openapi_specs/identity/keystone_rust.yaml - name: Install the codegenerator working-directory: codegenerator