This commit is contained in:
U-METAL103\103
2024-01-28 03:35:27 -06:00
parent f1d53fcd8c
commit 01a347d65f
+5
View File
@@ -58,6 +58,11 @@ jobs:
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}"