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 ef86cb6 commit 4c90e04Copy full SHA for 4c90e04
.github/workflows/update-openapi.yml
@@ -41,7 +41,7 @@ jobs:
41
Generated by [this workflow run](https://github.com/sonallux/spotify-web-api/actions/runs/${{ github.run_id }}).
42
- name: Comment on PR
43
if: (success() || failure()) && steps.cpr.outputs.pull-request-operation == 'created'
44
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
45
with:
46
github-token: ${{secrets.GITHUB_TOKEN}}
47
script: |
0 commit comments