Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
buberdds committed Jun 16, 2023
1 parent 5793b74 commit e0af68b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,3 @@ jobs:
if: steps.vars.outputs.FILE_EXISTS == false
run: |
git push --force origin HEAD:refs/heads/${{ github.head_ref }}
- name: Trigger PR checks
if: steps.vars.outputs.FILE_EXISTS == false
# https://docs.github.com/en/rest/checks/runs?apiVersion=2022-11-28#rerequest-a-check-run
run: |
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}"\
-H "X-GitHub-Api-Version: 2022-11-28" \
"https://api.github.com/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/check-suites"

0 comments on commit e0af68b

Please sign in to comment.