Skip to content

Update README.md

Update README.md #1

Workflow file for this run

name: "issue_comment"
on:
issue_comment:
types: [created]
jobs:
issue_comment:
runs-on: ubuntu-latest
steps:
- name: run-something
if: github.event.issue.comment.body == "testCLA" && github.event.issue.comment.author == "ibakshay"
run: echo run CLA flow

Check failure on line 13 in .github/workflows/issue_comment.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/issue_comment.yml

Invalid workflow file

You have an error in your yaml syntax on line 13