mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-12 22:42:23 +00:00
ci: fix sync linguist 'No PR' output
This commit is contained in:
parent
93616cf55b
commit
9fc16a9389
2
.github/workflows/sync-linguist.yml
vendored
2
.github/workflows/sync-linguist.yml
vendored
@ -126,5 +126,5 @@ jobs:
|
||||
if: ${{ steps.commit.outputs.needs_pr == 'true' }}
|
||||
run: echo ${{ steps.open-pr.outputs.pr_url }}
|
||||
- name: No PR Created
|
||||
if: ${{ steps.commit.needs_pr != true }}
|
||||
if: ${{ steps.commit.needs_pr != 'true' }}
|
||||
run: echo "No changes for ${{ steps.linguist-release.outputs.linguist_version }}"
|
||||
|
Loading…
Reference in New Issue
Block a user