Skip to content

Commit

Permalink
HOTFIX - GHA "environment" Variable Pruning (#1934)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-macmillan authored Aug 13, 2024
1 parent aa97700 commit 7e5df58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
deploy-api:
runs-on: ubuntu-latest
environment: ${{ inputs.environment }}
needs: [run-migrations]
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7e5df58

Please sign in to comment.