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