[ez] Make commit sha clickable for fbsource

ghstack-source-id: 1307b9a83a
Pull Request resolved: https://github.com/facebook/react/pull/31046
This commit is contained in:
Lauren Tan
2024-09-26 09:55:37 -04:00
parent 64be7b4dcc
commit c900ee0cce

View File

@@ -414,7 +414,7 @@ jobs:
commit_message: |
${{ github.event.workflow_run.head_commit.message || 'No commit message' }}
DiffTrain build for commit https://github.com/facebook/react/commit/${{ github.sha }}.
DiffTrain build for [${{ github.sha }}](https://github.com/facebook/react/commit/${{ github.sha }})
branch: builds/facebook-fbsource
commit_user_name: ${{ github.triggering_actor }}
commit_user_email: ${{ format('{0}@users.noreply.github.com', github.triggering_actor) }}