mirror of
https://github.com/drewcassidy/yaclog.git
synced 2024-09-01 14:58:58 +00:00
run with markdown
This commit is contained in:
parent
a6259aa1b3
commit
4f22d74721
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -56,10 +56,10 @@ jobs:
|
||||
if: >
|
||||
!(
|
||||
steps.yaclog-show.outputs.name == '0.13.0 "Aquarius"' &&
|
||||
steps.yaclog-show.outputs.header == '0.13.0 "Aquarius" - 1970-04-11 [YANKED]' &&
|
||||
steps.yaclog-show.outputs.header == '## 0.13.0 "Aquarius" - 1970-04-11 [YANKED]' &&
|
||||
steps.yaclog-show.outputs.version == '0.13.0' &&
|
||||
endsWith(steps.yaclog-show.outputs.changelog, 'tests/Test-Changelog.md') &&
|
||||
hashFiles(steps.yaclog-show.outputs.body-file) == '33b42eab899b0ff3b0e2a0647718cf9bf748af40e5e9a7c6af3642b35001223a'
|
||||
hashFiles(steps.yaclog-show.outputs.body-file) == 'ff2730ab0e44e541227facd28e7dbd08977f6b1fa642dddff426ff6fa16cfc2b'
|
||||
)
|
||||
run: 'false' # fail the run
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user