Closed poojasaji1 closed 5 months ago
hi @poojasaji1
the if
in line 36 does not align correctly. In yml, each line have to be indented correctly, otherwise it won't work.
hi @poojasaji1
line 36 is still not aligned correctly
- name: Summary
if: "! github.event.pull_request.head.repo.fork"
run: |
have to be
- name: Summary
if: "! github.event.pull_request.head.repo.fork"
run: |
close