0
0
This commit is contained in:
Marco Maatz 2025-05-20 09:35:41 +02:00
parent 642480e6dc
commit f283107050

View File

@ -2,6 +2,9 @@ name: Get Release Channel
on:
workflow_call:
inputs:
repo:
required: true
type: string
tag:
required: true
type: string
@ -30,7 +33,7 @@ jobs:
"$GITEA_API_URL/repos/$OWNER/${{ inputs.repo }}/releases/tags/$tag")
echo "Release Read $release"
release_body=$(echo $release | jq -r '.body')
echo "Release Body $release_body"