Files
EdenReleases/.github/workflows/parse/action.yml
crueter a20959fab7 initial
Signed-off-by: crueter <swurl@swurl.xyz>
2025-07-05 15:00:30 -04:00

11 lines
269 B
YAML

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