class RuboCop::Formatter::GitHubActionsFormatter

def github_escape(string)

def github_escape(string)
  string.gsub(Regexp.union(ESCAPE_MAP.keys), ESCAPE_MAP)
end