From 936703006830d6ec8b073e809711069e6f04acf0 Mon Sep 17 00:00:00 2001 From: Elodie Billiot Date: Tue, 16 Jan 2024 16:27:41 +0100 Subject: [PATCH] fix: testing --- .github/workflows/integration-cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-cd.yml b/.github/workflows/integration-cd.yml index d5a3c5f..deb790a 100644 --- a/.github/workflows/integration-cd.yml +++ b/.github/workflows/integration-cd.yml @@ -35,4 +35,5 @@ jobs: repo: PrestaShopCorp/qanightlyresults-cd inputs: '{ "branch": "${{ steps.branch.outputs.current_branch }}", "bulle": "${{ steps.get_bulle.outputs.BULLE }}", "project": "nightly", "repository": "PrestaShop/nightly-board", "commit": "$GITHUB_SHA"}' token: ${{ secrets.TERRAFORM_ACCESS_TOKEN }} - ref: 'refs/heads/main' \ No newline at end of file + # ref: 'refs/heads/main' + ref: 'refs/heads/fix/ci-deployment' \ No newline at end of file