Compare commits

..
8 Commits
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
U-METAL103\103 e6a4608999 shit number 2024-01-28 04:29:10 -06:00
U-METAL103\103 590150e80c I love to shit 2024-01-28 04:26:39 -06:00
U-METAL103\103 2ba1091027 I love to shit out of my tummy 2024-01-28 04:25:29 -06:00
U-METAL103\103 569467f43f I love to shit 2024-01-28 04:23:10 -06:00
U-METAL103\103 a536d68d40 spaces 2024-01-28 04:13:26 -06:00
U-METAL103\103 da59fce84a I need to empty my tummy 2024-01-28 04:07:04 -06:00
+6 -7
View File
@@ -55,15 +55,14 @@ jobs:
draft: false draft: false
prerelease: false prerelease: false
release_name: ${{ steps.version.outputs.version }} release_name: ${{ steps.version.outputs.version }}
tag_name: ${{ github.event.head_commit.message }} tag_name: ${{ github.run_number }}
body: ${{ github.event.head_commit.message }} body: ${{ github.event.head_commit.message }}
- name: Dump vars context
run: echo ${{ toJSON(vars) }}
- name: Dump Vars
env:
ALLVARS: ${{ toJSON(vars) }}
shell: bash
run: echo "$ALLVARS"