From 80f304e7d00a3fc8c6056f6fe0e1bf35412aff64 Mon Sep 17 00:00:00 2001 From: Christian Oertlin Date: Tue, 12 Mar 2024 10:33:46 +0100 Subject: [PATCH 1/3] test var --- .github/workflows/deploy_stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_stage.yml b/.github/workflows/deploy_stage.yml index dfe2b97..2c692d2 100644 --- a/.github/workflows/deploy_stage.yml +++ b/.github/workflows/deploy_stage.yml @@ -24,4 +24,4 @@ jobs: "ref": "${{ github.event.inputs.branch_name }}", "environment": "stage", "auto_merge": false, - "description": "${{secrets.DEPLOYMENT_INFO}}"}' + "description": "genotype-api"}' From 400d25a051ad7d2913a6a86144f33a996ead913e Mon Sep 17 00:00:00 2001 From: Christian Oertlin Date: Tue, 12 Mar 2024 10:39:26 +0100 Subject: [PATCH 2/3] fix ident --- .github/workflows/deploy_stage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_stage.yml b/.github/workflows/deploy_stage.yml index 2c692d2..ccf75b5 100644 --- a/.github/workflows/deploy_stage.yml +++ b/.github/workflows/deploy_stage.yml @@ -24,4 +24,5 @@ jobs: "ref": "${{ github.event.inputs.branch_name }}", "environment": "stage", "auto_merge": false, - "description": "genotype-api"}' + "description": "genotype-api" + }' From 1de6ef667e42b519cae350a3de5065291462f5fa Mon Sep 17 00:00:00 2001 From: Christian Oertlin Date: Tue, 12 Mar 2024 10:42:22 +0100 Subject: [PATCH 3/3] test --- .github/workflows/deploy_stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_stage.yml b/.github/workflows/deploy_stage.yml index ccf75b5..0224049 100644 --- a/.github/workflows/deploy_stage.yml +++ b/.github/workflows/deploy_stage.yml @@ -24,5 +24,5 @@ jobs: "ref": "${{ github.event.inputs.branch_name }}", "environment": "stage", "auto_merge": false, - "description": "genotype-api" + "description": "'"genotype-api"'" }'