We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf0f5b9 + d8cac19 commit 1f50c85Copy full SHA for 1f50c85
.github/workflows/update-openapi-spec.yml
@@ -84,7 +84,7 @@ jobs:
84
# Also add a comment to the PR about the update
85
- name: Comment on PR
86
if: steps.update-spec.outputs.changes == 'true' && github.event_name == 'pull_request'
87
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
88
with:
89
script: |
90
github.rest.issues.createComment({
0 commit comments