Compare commits

...
2 Commits
31 ... 33
Author SHA1 Message Date
U-METAL103\103 13d948ac3b shit number 2 2024-01-28 04:38:47 -06:00
U-METAL103\103 c0d1471e60 dumping 2024-01-28 04:36:03 -06:00
+5 -3
View File
@@ -58,9 +58,11 @@ jobs:
tag_name: ${{ github.run_number }} tag_name: ${{ github.run_number }}
body: ${{ github.event.head_commit.message }} body: ${{ github.event.head_commit.message }}
- name: Dump Vars
env:
ALLVARS: ${{ toJSON(vars) }}
shell: bash
run: echo "$ALLVARS"