Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
crueter
2025-07-05 15:00:30 -04:00
commit a20959fab7
11 changed files with 1148 additions and 0 deletions

10
.github/workflows/parse/action.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
name: Get Variables
runs:
using: "composite"
steps:
- name: Parse Forgejo payload
shell: bash
run: |
PAYLOAD_JSON='${{ toJSON(github.event.client_payload) }}'
echo "FORGEJO_TAG=$(echo "$PAYLOAD_JSON" | jq -r '.tag')" >> $GITHUB_ENV