From f94610f6235021a3f68d40c9d12ccb93e7d81e90 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Mon, 10 May 2021 08:37:35 +0530 Subject: [PATCH] tmp: enabling debug. Signed-off-by: Rajesh Rajendran --- .github/workflows/workers.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/workers.yaml b/.github/workflows/workers.yaml index c3a30c09b..98e31c2cc 100644 --- a/.github/workflows/workers.yaml +++ b/.github/workflows/workers.yaml @@ -72,11 +72,11 @@ jobs: bash kube-install.sh --app $image done - # - name: Debug Job - # if: ${{ failure() }} - # uses: mxschmitt/action-tmate@v3 - # env: - # DOCKER_REPO: ${{ secrets.OSS_REGISTRY_URL }} - # IMAGE_TAG: ${{ github.sha }} - # ENVIRONMENT: staging - # + - name: Debug Job + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 + env: + DOCKER_REPO: ${{ secrets.OSS_REGISTRY_URL }} + IMAGE_TAG: ${{ github.sha }} + ENVIRONMENT: staging +