From 5d35d4029e2df8effcd86252ff73d50a7b1850a9 Mon Sep 17 00:00:00 2001 From: FahdShalhoub Date: Thu, 27 Aug 2026 19:04:36 +0300 Subject: [PATCH] CHANGE: Removed Default Set Variables --- .gitea/workflows/infrastructure-deploy.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/infrastructure-deploy.yml b/.gitea/workflows/infrastructure-deploy.yml index 897d85c..91b0454 100644 --- a/.gitea/workflows/infrastructure-deploy.yml +++ b/.gitea/workflows/infrastructure-deploy.yml @@ -26,9 +26,5 @@ jobs: -H "Authorization: token ${{ secrets.PULUMI_ACCESS_TOKEN }}" \ -H "Content-Type: application/json" \ -d '{ - "operation": "update", - "inheritSettings": true, - "sourceContext": { - "branch": "main" - } + "operation": "update" }'