Fix yaml syntax error (honestly why does anyone even use this)

This commit is contained in:
Jackson Kearl
2020-04-01 05:22:49 -07:00
parent 4ca518b11a
commit a4b6e2ae83

View File

@@ -18,7 +18,7 @@ jobs:
ref: v19
path: ./actions
- name: Checkout Repo
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested')
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested')
uses: actions/checkout@v2
with:
path: ./repo