bitovi/github-actions-deploy-docker-to-ec2

Trim identifier within `generated_identifier`

PhillypHenning opened this issue · 0 comments

GITHUB_IDENTIFIER="$($GITHUB_ACTION_PATH/operations/_scripts/generate/generate_identifier.sh)"
GITHUB_IDENTIFIER=$(echo $GITHUB_IDENTIFIER | tr "_" "-")

should this be moved into the generate_identifier.sh script?
Probably create a ticket as I think this change would be a medium effort at least