mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-28 11:00:59 -03:00
ci: fix sync linguist 'No PR' output
This commit is contained in:
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' }}
|
if: ${{ steps.commit.outputs.needs_pr == 'true' }}
|
||||||
run: echo ${{ steps.open-pr.outputs.pr_url }}
|
run: echo ${{ steps.open-pr.outputs.pr_url }}
|
||||||
- name: No PR Created
|
- 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 }}"
|
run: echo "No changes for ${{ steps.linguist-release.outputs.linguist_version }}"
|
||||||
|
Reference in New Issue
Block a user