summaryrefslogtreecommitdiff
path: root/.gitea/deploy.awk
blob: d330a5b3168e49d7eda6d247b51f5ae72a63a6c9 (plain)
1
2
3
4
{
    gsub(/^v/, "slack-timedate-")
    print $0
}