Fix syntax in a workflow

This commit is contained in:
Edoardo Pirovano 2021-10-22 17:40:41 +01:00
parent a35be9cc60
commit 63fd41bf33
No known key found for this signature in database
GPG key ID: 047556B5D93FFE28

View file

@ -7,7 +7,7 @@ jobs:
update:
name: Update dependencies
runs-on: macos-latest
if: contains(github.event.pull_request.labels.*.name, 'Update dependencies') && ${{ github.event.pull_request.head.repo.full_name == 'github/codeql-action' }}
if: contains(github.event.pull_request.labels.*.name, 'Update dependencies') && (github.event.pull_request.head.repo.full_name == 'github/codeql-action')
steps:
- name: Checkout repository
uses: actions/checkout@v2