mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-16 01:55:29 -05:00
corrct the logic
This commit is contained in:
2
.github/workflows/link_checker_workflow.yaml
vendored
2
.github/workflows/link_checker_workflow.yaml
vendored
@@ -77,7 +77,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Create PR Comment
|
||||
if: env.HAS_CHANGES == 'true' && steps.lychee-check.outputs.status != '0'
|
||||
if: env.HAS_CHANGES == 'true' && steps.lychee-check.outcome == 'failure'
|
||||
uses: peter-evans/create-or-update-comment@v4
|
||||
with:
|
||||
issue-number: ${{ github.event.pull_request.number }}
|
||||
|
||||
Reference in New Issue
Block a user