Compare commits
2 Commits
26ad7a6657
...
5c3447e606
| Author | SHA1 | Date | |
|---|---|---|---|
|
5c3447e606
|
|||
| 96a44b823e |
@@ -157,14 +157,14 @@ jobs:
|
|||||||
-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.json \
|
"${API_ENDPOINT}" | tee /tmp/pr_response \
|
||||||
| head -n 1
|
| head -n 1
|
||||||
)
|
)
|
||||||
|
|
||||||
echo ">> Gitea API Response Body ...
|
echo ">> Gitea API Response Body ..."
|
||||||
echo "----
|
echo "----"
|
||||||
echo "$(cat /tmp/pr_response.json)"
|
echo "$(cat /tmp/pr_response)"
|
||||||
echo "----
|
echo "----"
|
||||||
|
|
||||||
if [ "$HTTP_STATUS" == "201" ]; then
|
if [ "$HTTP_STATUS" == "201" ]; then
|
||||||
echo ">> Pull Request created successfully!"
|
echo ">> Pull Request created successfully!"
|
||||||
|
|||||||
@@ -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