From 707a4342bf8f613824236c6b9bac4ffdfce0cc49 Mon Sep 17 00:00:00 2001
From: Peter Mbanugo
Date: Fri, 29 Apr 2022 20:11:52 +0200
Subject: [PATCH] determine stack for app-setup
---
action.yaml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/action.yaml b/action.yaml
index d60260b..6da1546 100644
--- a/action.yaml
+++ b/action.yaml
@@ -94,8 +94,7 @@ runs:
"source_blob": {"url": "'"$SOURCE_GET_URL"'", "version": "'"${{ github.event.pull_request.head.sha }}"'"},
"app": {
"name": "'"$APP_NAME"'",
- "region": "${{ inputs.region }}",
- "stack": "${{ inputs.stack }}"
+ "region": "${{ inputs.region }}"
}
}' \
-H "Content-Type: application/json" \