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: on:
workflow_call: workflow_call:
inputs: inputs:
repo:
required: true
type: string
tag: tag:
required: true required: true
type: string type: string
@ -30,7 +33,7 @@ jobs:
"$GITEA_API_URL/repos/$OWNER/${{ inputs.repo }}/releases/tags/$tag") "$GITEA_API_URL/repos/$OWNER/${{ inputs.repo }}/releases/tags/$tag")
echo "Release Read $release" echo "Release Read $release"
release_body=$(echo $release | jq -r '.body') release_body=$(echo $release | jq -r '.body')
echo "Release Body $release_body" echo "Release Body $release_body"