„.gitea/workflows/output.yml“ ändern
This commit is contained in:
@@ -7,10 +7,8 @@ jobs:
|
|||||||
info:
|
info:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Output GITHUB Context
|
|
||||||
run: echo "${{toJSON(github)}}"
|
|
||||||
- name: Output GITEA Context
|
- name: Output GITEA Context
|
||||||
run: echo "${{toJSON(gitea)}}"
|
run: echo "${{toJSON(gitea.event)}}"
|
||||||
- name: Output JOB Context
|
- name: Output JOB Context
|
||||||
run: echo "${{toJSON(job)}}"
|
run: echo "${{toJSON(job)}}"
|
||||||
- name: Output JOBS Context
|
- name: Output JOBS Context
|
||||||
|
|||||||
Reference in New Issue
Block a user