From 1208553f4cf8951373bcdb8e3ad03010374ab2e9 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Tue, 23 May 2023 12:03:16 +0200 Subject: [PATCH] ci(actions): Debug actions Signed-off-by: rjshrjndrn --- .github/workflows/api-ee.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/api-ee.yaml b/.github/workflows/api-ee.yaml index ed81c8972..5614ba38b 100644 --- a/.github/workflows/api-ee.yaml +++ b/.github/workflows/api-ee.yaml @@ -143,11 +143,11 @@ jobs: SLACK_USERNAME: "OR Bot" SLACK_MESSAGE: 'Build failed :bomb:' - # - name: Debug Job - # if: ${{ failure() }} - # uses: mxschmitt/action-tmate@v3 - # env: - # DOCKER_REPO: ${{ secrets.EE_REGISTRY_URL }} - # IMAGE_TAG: ${{ github.sha }}-ee - # ENVIRONMENT: staging - # + - name: Debug Job + # if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 + env: + DOCKER_REPO: ${{ secrets.EE_REGISTRY_URL }} + IMAGE_TAG: ${{ github.sha }}-ee + ENVIRONMENT: staging +