@samitouri / QOS-React / commits / c900ee0cce

[ez] Make commit sha clickable for fbsource

ghstack-source-id: 1307b9a83a8613c08f11be5397ab45719df00992 Pull Request resolved: https://github.com/facebook/react/pull/31046

Lauren Tan committed Sep 26, 2024 at 09:55 UTC c900ee0cce3be7703f5abd944611bfe932d5a530
1 file changed +1 -1
.github/workflows/runtime_commit_artifacts.yml
+1 -1
@@ -414,7 +414,7 @@ jobs:
414 commit_message: |
415 ${{ github.event.workflow_run.head_commit.message || 'No commit message' }}
416
417 - DiffTrain build for commit https://github.com/facebook/react/commit/${{ github.sha }}.
417 + DiffTrain build for [${{ github.sha }}](https://github.com/facebook/react/commit/${{ github.sha }})
418 branch: builds/facebook-fbsource
419 commit_user_name: ${{ github.triggering_actor }}
420 commit_user_email: ${{ format('{0}@users.noreply.github.com', github.triggering_actor) }}