Update test-flow.yml

main
David Boreham 2023-04-09 09:54:41 -06:00 committed by GitHub
parent 885b8ef8ec
commit 18b8cdf8ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -15,6 +15,22 @@ jobs:
uses: actions/checkout@v3
- name: "Dump environment"
run: env
- 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) }}'
- name: Dump vars context
run: echo '${{ toJSON(vars) }}'
- name: Dump secrets context
run: echo '${{ toJSON(secrets) }}'
- name: "Create release"
uses: bozemanpass/action-gh-release@v1
with: