From ea125386341586a3db9f2c6ed9d3e4ac3c94a61c Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Wed, 8 Oct 2025 18:26:22 +0200 Subject: [PATCH] chore(ci): And the really last fix --- .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 937d1558..fd4e0dd7 100644 --- a/.github/workflows/propose_osc_changes.yml +++ b/.github/workflows/propose_osc_changes.yml @@ -146,5 +146,5 @@ jobs: --repo gtema/openstack \ --head "${{ steps.vars.outputs.branch_name }}" \ --base main \ - --title "${{ steps.commit.commit_message }}" \ + --title "${{ steps.commit.outputs.commit_message }}" \ --body "Automated PR created after merging '${{ steps.vars.outputs.branch_name }}' in the gtema/keystone repo."