From 2b0f6e4e128b33f2d89b972ae812951f51f9456f Mon Sep 17 00:00:00 2001 From: Arjan Dikhoff Date: Wed, 20 Nov 2024 10:08:50 +0100 Subject: [PATCH] Cleanup --- .github/workflows/sync_class_ref_stable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync_class_ref_stable.yml b/.github/workflows/sync_class_ref_stable.yml index 977c89282d2..43c90ccd892 100644 --- a/.github/workflows/sync_class_ref_stable.yml +++ b/.github/workflows/sync_class_ref_stable.yml @@ -71,6 +71,6 @@ jobs: committer: 'Redot Organization ' # Configure the pull-request. - title: 'classref: Sync with current ${{ env.engine_rev }} branch (${{ env.merge_into }})' - body: 'Update Redot API online class reference to match the engine at https://github.com/Redot-Engine/redot-engine/commit/${{ env.merge_into }} (`${{ env.engine_rev }}`).' + title: 'classref: Sync with current ${{ env.engine_rev }} branch (${{ steps.engine.outputs.rev_hash_short }})' + body: 'Update Redot API online class reference to match the engine at https://github.com/Redot-Engine/redot-engine/commit/${{ steps.engine.outputs.rev_hash }} (`${{ env.engine_rev }}`).' labels: 'area:class reference,bug,enhancement'