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