Skip to content

Commit

Permalink
Fix environment
Browse files Browse the repository at this point in the history
  • Loading branch information
carlssonk committed Sep 28, 2024
1 parent dceb54b commit 210fa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
bootstrap:
name: Bootstrap
runs-on: ubuntu-latest
environment: ${{ github.ref_name }}
environment: ${{ github.event.inputs.environment }}

steps:
- name: Checkout
Expand Down

0 comments on commit 210fa12

Please sign in to comment.