action appveyor_get_environments { label: "Get environments" provider: appveyor method: GET path: "/environments" encoding: json output: { type: "object" additionalProperties: true } }