action gitlab_get_v3_dockerfiles { label: "Get the list of the available template" description: "This feature was introduced in GitLab 8.15. This endpoint is deprecated and will be removed in GitLab 9.0." provider: gitlab method: GET path: "/v3/dockerfiles" encoding: json output: { type: "object" additionalProperties: true } }