Skip to content

Commit

Permalink
fix environment input
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Jan 8, 2025
1 parent 3c3c90d commit b88da24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.reusable-frontend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defaults:
jobs:
deploy:
runs-on: ubuntu-latest
environment: ${{ inputs.environment }}
environment: ${{ inputs.gh_environment }}

permissions:
contents: read
Expand Down

0 comments on commit b88da24

Please sign in to comment.