1 Commits

Author SHA1 Message Date
cc513957a8 Update php Docker tag to v8.5.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 15s
2025-11-30 22:07:16 +00:00

View File

@@ -163,7 +163,7 @@ jobs:
echo ">> Gitea API Response Body ...
echo "----
echo "$(cat /tmp/pr_response.json)"
cat /tmp/pr_response.json
echo "----
if [ "$HTTP_STATUS" == "201" ]; then
@@ -175,19 +175,16 @@ jobs:
elif [ "$HTTP_STATUS" == "422" ]; then
echo ">> Failed to create PR (HTTP 422: Unprocessable Entity), PR may already exist"
else
echo ">> Failed to create PR, HTTP status code: $HTTP_STATUS"
exit 1
fi
- name: Cleanup Branch
if: failure() && steps.create-pull-request.outcome == 'failure'
env:
HEAD_BRANCH: ${{ steps.commit-push.outputs.HEAD_BRANCH }}
run: |
echo ">> Removing branch: ${HEAD_BRANCH}"
git push origin --delete ${HEAD_BRANCH}
exit 1
fi
# - name: ntfy Created
# uses: niniyas/ntfy-action@master
# if: steps.create-pull-request.outputs.pull-request-operation == 'created'