Trim identifier within `generated_identifier`
PhillypHenning opened this issue · 0 comments
PhillypHenning commented
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