mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-18 11:02:26 -05:00
improved deleting
This commit is contained in:
4
.github/workflows/link_checker_workflow.yaml
vendored
4
.github/workflows/link_checker_workflow.yaml
vendored
@@ -18,6 +18,7 @@ on:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
issues: write
|
||||
|
||||
|
||||
jobs:
|
||||
@@ -92,6 +93,9 @@ jobs:
|
||||
|
||||
- name: Delete comment on success
|
||||
if: steps.lychee-check.outcome == 'success' && steps.find-comment.outputs.comment-id != ''
|
||||
run: |
|
||||
echo "Deleting Comment ID: ${{ steps.find-comment.outputs.comment-id }}"
|
||||
gh api ...
|
||||
run: |
|
||||
gh api \
|
||||
--method DELETE \
|
||||
|
||||
Reference in New Issue
Block a user