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 8199cae commit 20614b7Copy full SHA for 20614b7
.github/workflows/labels.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
route: GET /repos/{owner}/{repo}/pulls/{pull_number}/labels
19
owner: ${{ github.repository_owner }}
20
- repo: ${{ github.event.repo.name }}
+ repo: ${{ github.event.repository.name }}
21
pull_number: ${{ github.event.pull_request.number }}
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Automatically provided token
0 commit comments