Compare commits
No commits in common. "e6a23df0ee738fd35f10104b200f406489168806" and "7e247dc9e792a2c0f352959777972375a72e7b4f" have entirely different histories.
e6a23df0ee
...
7e247dc9e7
1 changed files with 0 additions and 12 deletions
|
@ -12,15 +12,3 @@ jobs:
|
||||||
- name: env
|
- name: env
|
||||||
shell: bash
|
shell: bash
|
||||||
run: echo "${{ toJSON(env) }}"
|
run: echo "${{ toJSON(env) }}"
|
||||||
|
|
||||||
- name: vars
|
|
||||||
shell: bash
|
|
||||||
run: echo "${{ toJSON(vars) }}"
|
|
||||||
|
|
||||||
- name: job
|
|
||||||
shell: bash
|
|
||||||
run: echo "${{ toJSON(job) }}"
|
|
||||||
|
|
||||||
- name: jobs
|
|
||||||
shell: bash
|
|
||||||
run: echo "${{ toJSON(jobs) }}"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue