Add ability to back a dashboard with a json file #295
Annotations
1 error
Invalid workflow file:
.github/workflows/ci.yml#L33
The workflow is not valid. .github/workflows/ci.yml (Line: 33, Col: 9): Unexpected symbol: '#'. Located at position 86 within expression: github.repository == 'Zac-HD/hypofuzz' && (
github.ref == 'refs/heads/master' ||
# whitelist preview build authors to prevent arbitrary pushes to hypofuzz.com via PRs
(
github.event_name == 'pull_request' && (
github.event.pull_request.user.login == 'tybug' ||
github.event.pull_request.user.login == 'Zac-HD'
)
)
)
|