Skip to content

Commit bede698

Browse files
committed
[DiffTrain] Add github url for the commit to the commit message
1 parent bfcbf33 commit bede698

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/commit_artifacts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ jobs:
158158
commit_message: |
159159
${{ github.event.head_commit.message }}
160160
161-
DiffTrain build for `${{ github.sha }}`
161+
DiffTrain build for [${{ github.sha }}](https://github.com/facebook/react/commit/${{ github.sha }})
162+
[View git log for this commit](https://github.com/facebook/react/commits/${{ github.sha }})
162163
branch: builds/facebook-www
163164
commit_user_name: ${{ github.actor }}
164165
commit_user_email: ${{ github.actor }}@users.noreply.github.com

0 commit comments

Comments
 (0)