„.gitea/workflows/output.yml“ ändern
This commit is contained in:
@@ -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
|
||||
- name: Because
|
||||
run: echo "${{gitea.event.action)}}"
|
||||
- name: Output Event Details
|
||||
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)}}"
|
||||
Reference in New Issue
Block a user