[DiffTrain] Add github url for the commit to the commit message (#25845)

Currently we just append the ref for the commit, let's make it clickable
for easier debugging in syncs.
This commit is contained in:
lauren
2022-12-08 11:22:35 -08:00
committed by GitHub
parent 8196872798
commit 1c7055ddbb

View File

@@ -158,7 +158,8 @@ jobs:
commit_message: |
${{ github.event.head_commit.message }}
DiffTrain build for `${{ github.sha }}`
DiffTrain build for [${{ github.sha }}](https://github.com/facebook/react/commit/${{ github.sha }})
[View git log for this commit](https://github.com/facebook/react/commits/${{ github.sha }})
branch: builds/facebook-www
commit_user_name: ${{ github.actor }}
commit_user_email: ${{ github.actor }}@users.noreply.github.com