We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfcbf33 commit bede698Copy full SHA for bede698
.github/workflows/commit_artifacts.yml
@@ -158,7 +158,8 @@ jobs:
158
commit_message: |
159
${{ github.event.head_commit.message }}
160
161
- DiffTrain build for `${{ github.sha }}`
+ 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 }})
163
branch: builds/facebook-www
164
commit_user_name: ${{ github.actor }}
165
commit_user_email: ${{ github.actor }}@users.noreply.github.com
0 commit comments