From 7e5df58e0fc1b80a6983db5e04cc9fb5c7689b19 Mon Sep 17 00:00:00 2001 From: Kyle MacMillan <16893311+k-macmillan@users.noreply.github.com> Date: Tue, 13 Aug 2024 13:00:24 -0400 Subject: [PATCH] HOTFIX - GHA "environment" Variable Pruning (#1934) --- .github/workflows/deployment.yml | 1 - .github/workflows/dev_deploy.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index a3d90cdb47..5c2a6fa316 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -59,7 +59,6 @@ jobs: deploy-api: runs-on: ubuntu-latest - environment: ${{ inputs.environment }} needs: [run-migrations] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index c46e33cf39..9e23a40b7e 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -40,7 +40,6 @@ jobs: setup-environment: name: "setup-env-${{ inputs.environment }}" runs-on: ubuntu-latest - environment: ${{ inputs.environment }} outputs: git-hash: ${{ steps.set-hash.outputs.commit-hash }} steps: