action gitlab_get_v3_gitlab_ci_ymls_name { label: "Get the text for a specific template present in local filesystem" description: "This feature was introduced in GitLab 8.9. This endpoint is deprecated and will be removed in GitLab 9.0." provider: gitlab method: GET path: "/v3/gitlab_ci_ymls/{name}" encoding: json input: { type: "object" properties: { name: { type: "string" } } required: ["name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }