CHANGE: Removed Default Set Variables
Deploy Infrastructure / pulumi-up (push) Successful in 2s

This commit is contained in:
FahdShalhoub
2026-08-27 19:04:36 +03:00
parent 33aa92a29c
commit 5d35d4029e
+1 -5
View File
@@ -26,9 +26,5 @@ jobs:
-H "Authorization: token ${{ secrets.PULUMI_ACCESS_TOKEN }}" \ -H "Authorization: token ${{ secrets.PULUMI_ACCESS_TOKEN }}" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d '{ -d '{
"operation": "update", "operation": "update"
"inheritSettings": true,
"sourceContext": {
"branch": "main"
}
}' }'