Skip to content

Commit 20614b7

Browse files
authored
Fix github repository variable (#3429)
1 parent 8199cae commit 20614b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
route: GET /repos/{owner}/{repo}/pulls/{pull_number}/labels
1919
owner: ${{ github.repository_owner }}
20-
repo: ${{ github.event.repo.name }}
20+
repo: ${{ github.event.repository.name }}
2121
pull_number: ${{ github.event.pull_request.number }}
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Automatically provided token

0 commit comments

Comments
 (0)