mirror of
https://github.com/jimeh/emacs-builds.git
synced 2026-02-19 11:56:40 +00:00
fix(build): typo preventing correct info message from displaying
This commit is contained in:
2
.github/workflows/_build.yml
vendored
2
.github/workflows/_build.yml
vendored
@@ -149,7 +149,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: echo 'Planned release already seems to exist.'
|
||||
if: ${{ steps.check.outputs.result == 'fail' }}
|
||||
if: ${{ steps.check.outputs.result == 'ok' }}
|
||||
|
||||
build:
|
||||
runs-on: ${{ inputs.build_os }}
|
||||
|
||||
Reference in New Issue
Block a user