From eeb76b2f4ed1bbb8d400bc9cdf59344bc16cf2c9 Mon Sep 17 00:00:00 2001 From: Mariano Ruiz Date: Fri, 26 Apr 2024 10:23:02 -0300 Subject: [PATCH] Rollback escaping --- .github/workflows/e2e.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a71da4b..707a744 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -42,14 +42,14 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - ./pose get -H "Authorization: token $GITHUB_TOKEN" - "https://raw.githubusercontent.com/mrsarm/dcoleman-e2e/$TAG/compose.yaml" "$TAG:main" + ./pose get -H "Authorization: token $GITHUB_TOKEN" \ + "https://raw.githubusercontent.com/mrsarm/dcoleman-e2e/$TAG/compose.yaml" "$TAG:main" - name: Get .env.example env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - ./pose get -H "Authorization: token $GITHUB_TOKEN" - "https://raw.githubusercontent.com/mrsarm/dcoleman-e2e/$TAG/.env.example" "$TAG:main" + ./pose get -H "Authorization: token $GITHUB_TOKEN" \ + "https://raw.githubusercontent.com/mrsarm/dcoleman-e2e/$TAG/.env.example" "$TAG:main" - name: Setup environment variables run: cp .env.example .env