name: Output Information on: pull_request: types: [opened, edited, closed, reopened] jobs: info: runs-on: ubuntu-latest steps: - name: Output GITEA Context run: echo "${{toJSON(gitea.event)}}" - name: Output JOB Context run: echo "${{toJSON(job)}}" - name: Output JOBS Context run: echo "${{toJSON(jobs)}}" - name: Output STEPS Context run: echo "${{toJSON(steps)}}" - name: Output RUNNER Context run: echo "${{toJSON(runner)}}"