File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
message : |
33
33
### 🔨 The generated code will be pushed at the end of the CI.
34
34
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 }}) .
36
36
37
37
_Please do not push any generated code to this pull request._
38
38
@@ -478,8 +478,8 @@ jobs:
478
478
479
479
| Name | Link |
480
480
|---------------------------------|------------------------|
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 }}) |
483
483
484
484
- name : Spread generation to each repository
485
485
id : spreadGeneration
You can’t perform that action at this time.
0 commit comments