Compare commits
2 Commits
5c3447e606
...
2d2df88bdf
| Author | SHA1 | Date | |
|---|---|---|---|
|
2d2df88bdf
|
|||
| 68a25dc9fd |
@@ -154,11 +154,13 @@ jobs:
|
|||||||
|
|
||||||
HTTP_STATUS=$(
|
HTTP_STATUS=$(
|
||||||
curl -X POST \
|
curl -X POST \
|
||||||
|
--write-out '%{http_code}' \
|
||||||
|
--silent \
|
||||||
|
--output /tmp/pr_response \
|
||||||
-H "Authorization: token ${GITEA_TOKEN}" \
|
-H "Authorization: token ${GITEA_TOKEN}" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
--data "${PAYLOAD}" \
|
--data "${PAYLOAD}" \
|
||||||
"${API_ENDPOINT}" | tee /tmp/pr_response \
|
"${API_ENDPOINT}"
|
||||||
| head -n 1
|
|
||||||
)
|
)
|
||||||
|
|
||||||
echo ">> Gitea API Response Body ..."
|
echo ">> Gitea API Response Body ..."
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ shelly-plug:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: php
|
repository: php
|
||||||
tag: 8.4.15-apache-bookworm
|
tag: 8.5.0-apache-bookworm
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: SHELLY_HOSTNAME
|
- name: SHELLY_HOSTNAME
|
||||||
|
|||||||
Reference in New Issue
Block a user