Skip to content

test: dummy PR

test: dummy PR #4

Workflow file for this run

name: Custom trigger test
on:
issue_comment:
types: [created]
jobs:
test:
if: github.event.issue.pull_request && matches(github.event.comment.body, '/test')

Check failure on line 8 in .github/workflows/custom-test.yaml

View workflow run for this annotation

GitHub Actions / Custom trigger test

Invalid workflow file

The workflow is not valid. .github/workflows/custom-test.yaml (Line: 8, Col: 9): Unrecognized function: 'matches'. Located at position 36 within expression: github.event.issue.pull_request && matches(github.event.comment.body, '/test')
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Test step
run: echo "This is a test"