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 5211368 commit f8076dcCopy full SHA for f8076dc
1 file changed
action.yml
@@ -439,8 +439,10 @@ runs:
439
shell: bash
440
run: |
441
curl -L \
442
+ --connect-timeout 5 \
443
+ --max-time 10 \
444
-X DELETE \
445
-H "Accept: application/vnd.github+json" \
446
-H "Authorization: Bearer ${{ steps.run.outputs.github_token }}" \
447
-H "X-GitHub-Api-Version: 2022-11-28" \
- ${GITHUB_API_URL:-https://api.github.com}/installation/token
448
+ ${GITHUB_API_URL:-https://api.github.com}/installation/token || true
0 commit comments