asd
This commit is contained in:
parent
642480e6dc
commit
f283107050
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user