From fedb9d7884538dd561df624f85d60af8afbd781a Mon Sep 17 00:00:00 2001 From: Tamara Date: Mon, 5 Feb 2024 10:13:43 +0100 Subject: [PATCH] Update action branches --- .github/actions/run_e2e/action.yml | 4 ++-- .github/workflows/ci-pipeline.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/run_e2e/action.yml b/.github/actions/run_e2e/action.yml index d63a36e0..a9cb0910 100644 --- a/.github/actions/run_e2e/action.yml +++ b/.github/actions/run_e2e/action.yml @@ -99,7 +99,7 @@ runs: repository: ${{inputs.SHOPWARE_TEST_REPO}} path: tests token: ${{ inputs.GH_PAT }} - ref: master + ref: main - name: Setup Node uses: actions/setup-node@v3 @@ -114,7 +114,7 @@ runs: - name: Install common shell: bash - run: npm install https://${{inputs.GH_PAT}}@github.com/${{inputs.COMMON_TEST_REPO}}#master + run: npm install https://${{inputs.GH_PAT}}@github.com/${{inputs.COMMON_TEST_REPO}}#main - name: Install Playwright Browsers working-directory: ./tests diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 36e87f90..87c5ce95 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -2,7 +2,7 @@ on: push: branches: - - feature/new_e2e_tests + - develop jobs: build: permissions: