mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-18 19:05:19 -05:00
removed delete
This commit is contained in:
14
.github/workflows/link_checker_workflow.yaml
vendored
14
.github/workflows/link_checker_workflow.yaml
vendored
@@ -90,13 +90,13 @@ jobs:
|
||||
comment-author: 'github-actions[bot]'
|
||||
body-includes: "## Link Resolution Note"
|
||||
|
||||
- name: Delete comment on success
|
||||
if: steps.lychee-check.outcome == 'success' && steps.find-comment.outputs.comment-id != ''
|
||||
uses: detomarco/delete-comment@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
repository: ${{ github.repository }}
|
||||
comment-id: ${{ steps.find-comment.outputs.comment-id }}
|
||||
# - name: Delete comment on success
|
||||
# if: steps.lychee-check.outcome == 'success' && steps.find-comment.outputs.comment-id != ''
|
||||
# uses: detomarco/delete-comment@v1
|
||||
# with:
|
||||
# token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# repository: ${{ github.repository }}
|
||||
# comment-id: ${{ steps.find-comment.outputs.comment-id }}
|
||||
|
||||
- name: Prepare Report
|
||||
if: env.HAS_CHANGES == 'true' && steps.lychee-check.outcome == 'failure'
|
||||
|
||||
Reference in New Issue
Block a user