Skip to content

Commit

Permalink
update for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwolenpbc authored Dec 27, 2024
1 parent 8c83dbe commit ad6ac82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_call:
inputs:
environment:
required: true
required: false
type: string
module:
required: true
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
elif [[ "${{ github.event.inputs.environment }}" == "test" ]]; then
script="./scripts/verify-deployment-ab2d-east-impl.sh"
else
echo "Invalid environment selected."
script="./scripts/verify-deployment-ab2d-east-impl.sh"
exit 1
fi
Expand Down

0 comments on commit ad6ac82

Please sign in to comment.