workflow "Notify on Telegram on new commit" { on = "push" resolves = ["Filters for GitHub Actions"] } action "Filters for GitHub Actions" { uses = "actions/bin/filter@3c0b4f0e63ea54ea5df2914b4fabf383368cd0da" args = "branch master" }