Skip to content

Comment test

Comment test #14

Workflow file for this run

name: Send Organization Invite
on:
issues:
types: [opened, reopened]
permissions:
actions: read|write

Check failure on line 8 in .github/workflows/issue-invite.yml

View workflow run for this annotation

GitHub Actions / Send Organization Invite

Invalid workflow file

The workflow is not valid. .github/workflows/issue-invite.yml (Line: 8, Col: 12): Unexpected value 'read|write' .github/workflows/issue-invite.yml (Line: 9, Col: 11): Unexpected value 'read|write'
checks: read|write
contents: read|write
id-token: read|write
issues: read|write
jobs:
invite-to-org:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Dump Github context
run: echo '${{ toJSON(github.event) }}' | jq
shell: bash
- name: Add Comment
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.issue.number }}
body: |
This is a multi-line test comment
- With GitHub **Markdown** :sparkles:
- Created by [create-or-update-comment][1]
[1]: https://github.com/peter-evans/create-or-update-comment
reactions: '+1'