Fix check-labels.yml for forked repos (#2677)

* fix check-labels.yml for forked repos

* update labels
This commit is contained in:
Martin Pugh
2021-03-23 17:37:45 +01:00
committed by GitHub
parent fcb215332f
commit d11bf20a3c
2 changed files with 6 additions and 4 deletions
+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 }}/scripts/github/check_labels.sh
env: