Skip to content

Commit 01ef934

Browse files
authored
chore: notification links (#3299)
1 parent cedcb2c commit 01ef934

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
message: |
3333
### 🔨 The generated code will be pushed at the end of the CI.
3434
35-
Action triggered by commit `${{ github.sha}}`.
35+
Action triggered by commit [`${{ github.sha }}`](${{ github.event.pull_request.base.repo.html_url }}/commit/${{ github.sha }}).
3636
3737
_Please do not push any generated code to this pull request._
3838
@@ -478,8 +478,8 @@ jobs:
478478
479479
| Name | Link |
480480
|---------------------------------|------------------------|
481-
| 🔨 Triggered by | [`${{ github.sha }}`](${{ github.pull_request.html_url }}/commits/${{ github.sha }}) |
482-
| 🌲 Generated branch | [`generated/${{ github.head_ref }}`](${{ github.pull_request.base.repo.html_url }}/tree/generated/${{ github.head_ref }}) |
481+
| 🔨 Triggered by | [`${{ github.sha }}`](${{ github.event.pull_request.base.repo.html_url }}/commit/${{ github.sha }}) |
482+
| 🌲 Generated branch | [`generated/${{ github.head_ref }}`](${{ github.event.pull_request.base.repo.html_url }}/tree/generated/${{ github.head_ref }}) |
483483
484484
- name: Spread generation to each repository
485485
id: spreadGeneration

0 commit comments

Comments
 (0)