dump
This commit is contained in:
@@ -57,6 +57,11 @@ jobs:
|
|||||||
release_name: ${{ steps.version.outputs.version }}
|
release_name: ${{ steps.version.outputs.version }}
|
||||||
tag_name: ${{ github.run_number }}
|
tag_name: ${{ github.run_number }}
|
||||||
body_path: ${{ github.event.head_commit.message }}
|
body_path: ${{ github.event.head_commit.message }}
|
||||||
|
|
||||||
|
- name: Dump vars context
|
||||||
|
env:
|
||||||
|
VARS_JSON: ${{ toJSON(vars) }}
|
||||||
|
run: echo "${VARS_JSON}"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user