diff --git a/.github/actions/setvars/actions.yml b/.github/actions/setvars/actions.yml deleted file mode 100644 index 0f13e862..00000000 --- a/.github/actions/setvars/actions.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: 'Set environment variables' -description: 'Configures environment variables for a workflow' -inputs: - varFilePath: - description: 'File path to variable file or directory. Defaults to ./.github/variables/* if none specified and runs against each file in that directory.' - required: false - default: ./.github/variables/* -runs: - using: "composite" - steps: - - run: | - Get-Content ${{ inputs.varFilePath }} >> $Env:GITHUB_ENV - shell: pwsh \ No newline at end of file diff --git a/.github/workflows/e2e_tests.yml b/.github/workflows/e2e_tests.yml index cf4f7a45..d76c7346 100644 --- a/.github/workflows/e2e_tests.yml +++ b/.github/workflows/e2e_tests.yml @@ -83,11 +83,6 @@ jobs: - name: Expose GitHub Runtime uses: crazy-max/ghaction-github-runtime@v2 - - name: Set Environment Variables - uses: ./.github/actions/setvars - with: - varFilePath: ./.github/variables/variables.env - - name: Build images run: | env > .env