From 005cd39053f703c6e22586e08270beb201b030c3 Mon Sep 17 00:00:00 2001 From: Adrian Iurca <45214757+adrianiurca@users.noreply.github.com> Date: Wed, 12 Jan 2022 18:30:37 +0200 Subject: [PATCH] Update pr_test.yml --- .github/workflows/pr_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml index 89767d3..14ca9ab 100644 --- a/.github/workflows/pr_test.yml +++ b/.github/workflows/pr_test.yml @@ -121,7 +121,7 @@ jobs: echo STEP_START=$(date +%s) >> $GITHUB_ENV - name: Start SSH session - if: ${{ matrix.platforms.image == "litmusimage/centos:6" }} + if: ${{ matrix.platforms.image == 'litmusimage/centos:6' }} uses: luchihoratiu/debug-via-ssh@main with: NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }} -- 2.45.2