Compare commits

..

No commits in common. "21d401c5a067be23082193913fecc433c9e163fb" and "e6a23df0ee738fd35f10104b200f406489168806" have entirely different histories.

View file

@ -24,31 +24,3 @@ jobs:
- name: jobs - name: jobs
shell: bash shell: bash
run: echo "${{ toJSON(jobs) }}" run: echo "${{ toJSON(jobs) }}"
- name: steps
shell: bash
run: echo "${{ toJSON(steps) }}"
- name: runner
shell: bash
run: echo "${{ toJSON(runner) }}"
- name: secrets
shell: bash
run: echo "${{ toJSON(secrets) }}"
- name: strategy
shell: bash
run: echo "${{ toJSON(strategy) }}"
- name: matrix
shell: bash
run: echo "${{ toJSON(matrix) }}"
- name: needs
shell: bash
run: echo "${{ toJSON(needs) }}"
- name: inputs
shell: bash
run: echo "${{ toJSON(inputs) }}"