Skip to content

Commit 3444edd

Browse files
committed
bug(ci): remove unused var from dependabot
1 parent b8ee5cc commit 3444edd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dependabot-assignments.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,5 @@ jobs:
2020
-H "Accept: application/vnd.github+json" \
2121
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}"\
2222
-H "X-GitHub-Api-Version: 2022-11-28" \
23-
https://api.github.com/repos${{ github.owner }}/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/requested_reviewers \
23+
https://api.github.com/repos${{ github.owner }}/${{ github.repository }}/pulls/${{github.event.pull_request.number}}/requested_reviewers \
2424
-d '{"team_reviewers":["code-reviewers"]}'
25-
env:
26-
PR_URL: ${{github.event.pull_request.html_url}}

0 commit comments

Comments
 (0)