Skip to content

Commit

Permalink
fix: add test environment as default
Browse files Browse the repository at this point in the history
  • Loading branch information
SudharakaP committed Dec 11, 2023
1 parent dbc2c01 commit dbfce9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/booking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
define-env:
runs-on: ubuntu-latest
environment:
name: ${{ github.event.client_payload.environment }}
name: ${{ github.event.client_payload.environment || 'test' }}
outputs:
PERSONS: ${{ steps.compute-outputs.outputs.PERSONS }}
BOOKING_URL: ${{ steps.compute-outputs.outputs.BOOKING_URL }}
Expand Down

0 comments on commit dbfce9f

Please sign in to comment.