.gitea/workflows/build-push.yaml aktualisiert
All checks were successful
Docker Build & Push / build-and-push (push) Successful in 17s
All checks were successful
Docker Build & Push / build-and-push (push) Successful in 17s
This commit is contained in:
@@ -52,7 +52,6 @@ jobs:
|
||||
JSON_DATA=$(printf '{"status": "%s", "repo": "%s", "actor": "%s"}' "$STATUS" "${{ gitea.repository }}" "${{ gitea.actor }}")
|
||||
|
||||
# Abfeuern an Node-RED
|
||||
# Ersetze <NODE-RED-IP> mit der IP deines Node-RED (intern reicht!)
|
||||
curl -v -H "Content-Type: application/json" \
|
||||
-X POST \
|
||||
-d "$JSON_DATA" \
|
||||
|
||||
Reference in New Issue
Block a user