debug more
All checks were successful
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 22s
All checks were successful
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 22s
This commit is contained in:
parent
5ca4ca9243
commit
01a050dee3
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
if [ -n "${comment_id}" ] && [ "${comment_id}" != "null" ]; then
|
if [ -n "${comment_id}" ] && [ "${comment_id}" != "null" ]; then
|
||||||
echo "Found comment, updating..." && \
|
echo "Found comment with id ${comment_id}, updating..." && \
|
||||||
curl -s -X PATCH \
|
curl -s -X PATCH \
|
||||||
-H "Authorization: token ${{ secrets.FORGEJO_TOKEN }}" \
|
-H "Authorization: token ${{ secrets.FORGEJO_TOKEN }}" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue