From 8dc77464a39fd7b366f6c949d95fad14c6eb6a1c Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Thu, 15 Feb 2024 02:16:10 +0100 Subject: [PATCH] Fix commit message for ID sync action (#1888) --- .github/workflows/sync-ids.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-ids.yml b/.github/workflows/sync-ids.yml index 5641c3c1f..ce6fd2c44 100644 --- a/.github/workflows/sync-ids.yml +++ b/.github/workflows/sync-ids.yml @@ -40,6 +40,6 @@ jobs: uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }} - commit-message: ${{ steps.assign.outputs.commit_message }} + commit-message: ${{ steps.sync_ids.outputs.commit_message }} title: ${{ steps.sync_ids.outputs.commit_message }} branch: sync-ids