Remove the code block ticks, they seem redundant.
This commit is contained in:
parent
4d3a903ef6
commit
808b2bde31
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-dev.yaml
vendored
2
.github/workflows/build-dev.yaml
vendored
|
@ -114,7 +114,7 @@ jobs:
|
|||
* [Using Cloud Drives](https://github.com/JustEnoughLinuxOS/distribution/wiki/Using-Cloud-Drives)
|
||||
|
||||
## Change Log
|
||||
```${{ github.event.client_payload.release_notes }}```
|
||||
${{ github.event.client_payload.release_notes }}
|
||||
|
||||
artifacts: "release/*"
|
||||
prerelease: false
|
||||
|
|
2
.github/workflows/build-main.yaml
vendored
2
.github/workflows/build-main.yaml
vendored
|
@ -122,7 +122,7 @@ jobs:
|
|||
* [Using Cloud Drives](https://github.com/JustEnoughLinuxOS/distribution/wiki/Using-Cloud-Drives)
|
||||
|
||||
## Change Log
|
||||
```${{ github.event.client_payload.release_notes }}```
|
||||
${{ github.event.client_payload.release_notes }}
|
||||
|
||||
artifacts: "release/*"
|
||||
prerelease: false
|
||||
|
|
Loading…
Reference in a new issue