Compare commits

...
6 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
+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 - name: Dump Vars
run: echo "${{ toJSON(vars) }}" env:
ALLVARS: ${{ toJSON(vars) }}
shell: bash
run: echo "$ALLVARS"