Skip to content

Commit

Permalink
Fix commit message for ID sync action (#1888)
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset authored Feb 15, 2024
1 parent 9187931 commit 8dc7746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-ids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8dc7746

Please sign in to comment.