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 3aefcc3 commit 0731d85Copy full SHA for 0731d85
.github/workflows/check-vertexai-responses.yml
@@ -52,7 +52,7 @@ jobs:
52
should be updated to clone the latest version of the responses: `${{env.latest_tag}}`
53
- name: Delete comment when version gets updated
54
if: ${{env.cloned_tag == env.latest_tag && steps.fc.outputs.comment-id}}
55
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
56
with:
57
script: |
58
github.rest.issues.deleteComment({
0 commit comments