We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c1a99 commit 898b3c3Copy full SHA for 898b3c3
.github/workflows/check-vertexai-responses.yml
@@ -49,6 +49,6 @@ jobs:
49
should be updated to clone the latest version of the responses: `${{env.latest_tag}}`
50
- name: Delete comment when version gets updated
51
if: ${{env.cloned_tag == env.latest_tag && steps.fc.outputs.comment-id}}
52
- uses: detomarco/delete-comment@v1
+ uses: detomarco/delete-comments@v1
53
with:
54
comment-id: ${{ steps.fc.outputs.comment-id }}
0 commit comments