Compare commits

..

No commits in common. "e6a23df0ee738fd35f10104b200f406489168806" and "7e247dc9e792a2c0f352959777972375a72e7b4f" have entirely different histories.

View file

@ -12,15 +12,3 @@ jobs:
- name: env
shell: bash
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) }}"