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'