fix check-labels.yml (#8387)

This commit is contained in:
Martin Pugh
2021-03-17 20:02:58 +01:00
committed by GitHub
parent 1d206f65b3
commit bb2da340df
+1
View File
@@ -12,6 +12,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Check labels
run: bash ${{ github.workspace }}/.maintain/github/check_labels.sh
env: