navicore / teams-notification-resource

for Concourse CI notifications on Microsoft Teams
MIT License
32 stars 33 forks source link

automatic style detection should be case insensitive #44

Closed jbsil closed 10 months ago

jbsil commented 10 months ago

according to https://stackoverflow.com/questions/44106842/case-insensitive-regex-in-bash

use the ${var,,} syntax to convert to lowercase The content of the variable is left unmodified