mirror of
https://github.com/cmderdev/cmder.git
synced 2025-12-17 03:01:38 +08:00
Add backticks to clickable links for code formatting in Repository Information
Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -55,9 +55,9 @@ jobs:
|
|||||||
### Repository Information
|
### Repository Information
|
||||||
| Property | Value |
|
| Property | Value |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| Repository | [${{ github.repository }}](https://github.com/${{ github.repository }}) |
|
| Repository | [``${{ github.repository }}``](https://github.com/${{ github.repository }}) |
|
||||||
| Branch | [${{ github.ref_name }}](https://github.com/${{ github.repository }}/tree/${{ github.ref_name }}) |
|
| Branch | [``${{ github.ref_name }}``](https://github.com/${{ github.repository }}/tree/${{ github.ref_name }}) |
|
||||||
| Commit | [${{ github.sha }}](https://github.com/${{ github.repository }}/commit/${{ github.sha }}) |
|
| Commit | [``${{ github.sha }}``](https://github.com/${{ github.repository }}/commit/${{ github.sha }}) |
|
||||||
| Actor | [@${{ github.actor }}](https://github.com/${{ github.actor }}) |
|
| Actor | [@${{ github.actor }}](https://github.com/${{ github.actor }}) |
|
||||||
| Workflow | ``${{ github.workflow }}`` |
|
| Workflow | ``${{ github.workflow }}`` |
|
||||||
| Cmder Version | **$cmderVersion** |
|
| Cmder Version | **$cmderVersion** |
|
||||||
|
|||||||
Reference in New Issue
Block a user