„.gitea/workflows/output.yml“ ändern
This commit is contained in:
@@ -2,18 +2,14 @@ name: Output Information
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, edited, closed, reopened, synchronize]
|
types: [opened, edited, closed, reopened, synchronize]
|
||||||
|
issues:
|
||||||
|
types: [opened, edited, closed, reopened, deleted]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
info:
|
info:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Output GITEA Context
|
- name: Because
|
||||||
run: echo "${{toJSON(gitea.event)}}"
|
run: echo "${{gitea.event.action)}}"
|
||||||
- name: Output JOB Context
|
- name: Output Event Details
|
||||||
run: echo "${{toJSON(job)}}"
|
run: echo "${{toJSON(gitea.event)}}"
|
||||||
- name: Output JOBS Context
|
|
||||||
run: echo "${{toJSON(jobs)}}"
|
|
||||||
- name: Output STEPS Context
|
|
||||||
run: echo "${{toJSON(steps)}}"
|
|
||||||
- name: Output RUNNER Context
|
|
||||||
run: echo "${{toJSON(runner)}}"
|
|
||||||
Reference in New Issue
Block a user