Skip to content

Please invite me to the GitHub Community Organization #4

Please invite me to the GitHub Community Organization

Please invite me to the GitHub Community Organization #4

Workflow file for this run

name: Send Organization Invite
on:
issues:
types: [opened]
jobs:
Comment-with-action:
runs-on: ubuntu-latest
steps:
- name: dump Github context
run: echo ${{toJSON(github.event)}} | jq
shell: bash