Skip to content

Commit

Permalink
fix deploy_with_gh_runner - test
Browse files Browse the repository at this point in the history
  • Loading branch information
aomegax committed May 2, 2024
1 parent d56ddbf commit 1b73be2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,12 @@ jobs:
else
current_env="uat"
fi
elif [[ "${{ inputs.environment}}" == *"prf"* ]]; then
elif [[ "${{ inputs.environment }}" == "prf" ]]; then
current_env="uat"
else
current_env="${{ inputs.environment }}"
fi
echo "environment=$current_env" >> $GITHUB_OUTPUT
shell: bash
testing_env:
name: Testing Environment
Expand Down

0 comments on commit 1b73be2

Please sign in to comment.