complete expression of echo
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 23s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 23s
This commit is contained in:
parent
956c7b03e5
commit
3228ebad0b
@ -66,7 +66,7 @@ jobs:
|
|||||||
}" \
|
}" \
|
||||||
https://git.luo980.site/api/v1/repos/luo980/xmake-helloworld-runner/releases)
|
https://git.luo980.site/api/v1/repos/luo980/xmake-helloworld-runner/releases)
|
||||||
# 提取 Release ID
|
# 提取 Release ID
|
||||||
echo "$RELEASE_DATA"
|
echo "Release data is $RELEASE_DATA"
|
||||||
RELEASE_ID=$(echo "$RELEASE_DATA" | jq -r '.id')
|
RELEASE_ID=$(echo "$RELEASE_DATA" | jq -r '.id')
|
||||||
|
|
||||||
echo "Release id is $RELEASE_ID"
|
echo "Release id is $RELEASE_ID"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user