diff --git a/.gitea/workflows/output.yml b/.gitea/workflows/output.yml index b0f7ca8..8e719de 100644 --- a/.gitea/workflows/output.yml +++ b/.gitea/workflows/output.yml @@ -2,18 +2,14 @@ name: Output Information on: pull_request: types: [opened, edited, closed, reopened, synchronize] + issues: + types: [opened, edited, closed, reopened, deleted] 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)}}" \ No newline at end of file + - name: Because + run: echo "${{gitea.event.action)}}" + - name: Output Event Details + run: echo "${{toJSON(gitea.event)}}" \ No newline at end of file