Add .gitea/workflows/actions3.yaml
This commit is contained in:
parent
a0bb8d5015
commit
2b94bd97dc
19
.gitea/workflows/actions3.yaml
Normal file
19
.gitea/workflows/actions3.yaml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
name: Context testing
|
||||||
|
on: push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
dump_contexts_to_log:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Dump GitHub context
|
||||||
|
run: echo '${{ toJson(github) }}'
|
||||||
|
- name: Dump job context
|
||||||
|
run: echo '${{ toJson(job) }}'
|
||||||
|
- name: Dump steps context
|
||||||
|
run: echo '${{ toJson(steps) }}'
|
||||||
|
- name: Dump runner context
|
||||||
|
run: echo '${{ toJson(runner) }}'
|
||||||
|
- name: Dump strategy context
|
||||||
|
run: echo '${{ toJson(strategy) }}'
|
||||||
|
- name: Dump matrix context
|
||||||
|
run: echo '${{ toJson(matrix) }}'
|
||||||
Loading…
Reference in New Issue
Block a user